@sapui5/sap.ui.export 1.108.21 → 1.108.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/package.json +1 -1
  2. package/src/sap/ui/export/.library +1 -1
  3. package/src/sap/ui/export/ExportBase.js +1 -1
  4. package/src/sap/ui/export/ExportHandler.js +1 -1
  5. package/src/sap/ui/export/ExportUtils.js +2 -2
  6. package/src/sap/ui/export/PortableDocument.js +1 -1
  7. package/src/sap/ui/export/Spreadsheet.js +3 -3
  8. package/src/sap/ui/export/SpreadsheetExport.js +1 -1
  9. package/src/sap/ui/export/js/XLSXBuilder.js +1 -1
  10. package/src/sap/ui/export/js/XLSXBuilder.js.map +1 -1
  11. package/src/sap/ui/export/library.js +2 -2
  12. package/src/sap/ui/export/messagebundle_ar.properties +62 -0
  13. package/src/sap/ui/export/messagebundle_bg.properties +62 -0
  14. package/src/sap/ui/export/messagebundle_ca.properties +62 -0
  15. package/src/sap/ui/export/messagebundle_cs.properties +62 -0
  16. package/src/sap/ui/export/messagebundle_cy.properties +62 -0
  17. package/src/sap/ui/export/messagebundle_da.properties +62 -0
  18. package/src/sap/ui/export/messagebundle_de.properties +62 -0
  19. package/src/sap/ui/export/messagebundle_el.properties +62 -0
  20. package/src/sap/ui/export/messagebundle_en.properties +62 -0
  21. package/src/sap/ui/export/messagebundle_en_GB.properties +62 -0
  22. package/src/sap/ui/export/messagebundle_es.properties +62 -0
  23. package/src/sap/ui/export/messagebundle_es_MX.properties +62 -0
  24. package/src/sap/ui/export/messagebundle_et.properties +62 -0
  25. package/src/sap/ui/export/messagebundle_fi.properties +62 -0
  26. package/src/sap/ui/export/messagebundle_fr.properties +62 -0
  27. package/src/sap/ui/export/messagebundle_fr_CA.properties +62 -0
  28. package/src/sap/ui/export/messagebundle_hi.properties +62 -0
  29. package/src/sap/ui/export/messagebundle_hr.properties +62 -0
  30. package/src/sap/ui/export/messagebundle_hu.properties +62 -0
  31. package/src/sap/ui/export/messagebundle_id.properties +62 -0
  32. package/src/sap/ui/export/messagebundle_it.properties +62 -0
  33. package/src/sap/ui/export/messagebundle_iw.properties +62 -0
  34. package/src/sap/ui/export/messagebundle_ja.properties +62 -0
  35. package/src/sap/ui/export/messagebundle_kk.properties +62 -0
  36. package/src/sap/ui/export/messagebundle_ko.properties +62 -0
  37. package/src/sap/ui/export/messagebundle_lt.properties +62 -0
  38. package/src/sap/ui/export/messagebundle_lv.properties +62 -0
  39. package/src/sap/ui/export/messagebundle_mk.properties +120 -0
  40. package/src/sap/ui/export/messagebundle_ms.properties +62 -0
  41. package/src/sap/ui/export/messagebundle_nl.properties +62 -0
  42. package/src/sap/ui/export/messagebundle_no.properties +62 -0
  43. package/src/sap/ui/export/messagebundle_pl.properties +62 -0
  44. package/src/sap/ui/export/messagebundle_pt.properties +62 -0
  45. package/src/sap/ui/export/messagebundle_pt_PT.properties +62 -0
  46. package/src/sap/ui/export/messagebundle_ro.properties +62 -0
  47. package/src/sap/ui/export/messagebundle_ru.properties +62 -0
  48. package/src/sap/ui/export/messagebundle_sh.properties +72 -10
  49. package/src/sap/ui/export/messagebundle_sk.properties +62 -0
  50. package/src/sap/ui/export/messagebundle_sl.properties +62 -0
  51. package/src/sap/ui/export/messagebundle_sr.properties +182 -0
  52. package/src/sap/ui/export/messagebundle_sv.properties +62 -0
  53. package/src/sap/ui/export/messagebundle_th.properties +62 -0
  54. package/src/sap/ui/export/messagebundle_tr.properties +62 -0
  55. package/src/sap/ui/export/messagebundle_uk.properties +62 -0
  56. package/src/sap/ui/export/messagebundle_vi.properties +62 -0
  57. package/src/sap/ui/export/messagebundle_zh_CN.properties +62 -0
  58. package/src/sap/ui/export/messagebundle_zh_TW.properties +62 -0
@@ -1,120 +1,182 @@
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=\uCDE8\uC18C
3
6
 
7
+ #XBUT: Close button in the dialog
4
8
  CLOSE_BUTTON=\uB2EB\uAE30
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=\uC5D1\uC2A4\uD3EC\uD2B8
7
12
 
13
+ #XHED: Default title text for the export progress dialog
8
14
  PROGRESS_TITLE=\uBB38\uC11C \uC5D1\uC2A4\uD3EC\uD2B8
9
15
 
16
+ #XMSG: Message text informing that exported data is fetched from the server
10
17
  PROGRESS_FETCHING_MSG=\uC11C\uBC84\uC5D0\uC11C \uB370\uC774\uD130\uB97C \uAC00\uC838\uC624\uB294 \uC911...
11
18
 
19
+ #XHED: Default title text for the export progress error message box
12
20
  PROGRESS_ERROR_TITLE=\uC624\uB958
13
21
 
22
+ #XMSG: Message text informing that an error has occurred during export
14
23
  PROGRESS_ERROR_MSG=\uC5D1\uC2A4\uD3EC\uD2B8\uD558\uB294 \uB3D9\uC548 \uB2E4\uC74C \uC624\uB958\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4.
15
24
 
25
+ #XMSG: Message text informing that the exported file is too big
16
26
  SIZE_WARNING_MSG={0}\uAC1C\uC758 \uD589\uACFC {1}\uAC1C\uC758 \uC5F4\uC774 \uC788\uB294 \uC5D1\uC2A4\uD3EC\uD2B8\uB41C \uBB38\uC11C\uAC00 \uB108\uBB34 \uD07D\uB2C8\uB2E4.\n\uC5B4\uD50C\uB9AC\uCF00\uC774\uC158\uC758 \uBA54\uBAA8\uB9AC \uC6A9\uB7C9\uC744 \uCD08\uACFC\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.\n\uCDE8\uC18C\uD55C \uD6C4 \uC5D1\uC2A4\uD3EC\uD2B8\uD560 \uB354 \uC791\uC740 \uB370\uC774\uD130 \uC138\uD2B8\uB97C \uC120\uD0DD\uD558\uC2ED\uC2DC\uC624.
17
27
 
28
+ #XMSG: Message text informing that the amount of items is too large to be exported in a single spreadsheet and the export is being cut off to maximum allowed amount of 1,048,576.
18
29
  MSG_WARNING_CUT_OFF=\uD589 \uC218({0})\uAC00 \uC2A4\uD504\uB808\uB4DC\uC2DC\uD2B8\uC5D0\uC11C \uC5D1\uC2A4\uD3EC\uD2B8\uD560 \uC218 \uC788\uB294 \uCD5C\uB300 \uD589 \uC218(1,048,576)\uB97C \uCD08\uACFC\uD588\uC2B5\uB2C8\uB2E4.\n\uACC4\uC18D\uD558\uBA74 \uC5D1\uC2A4\uD3EC\uD2B8\uAC00 \uCD5C\uB300 \uD589 \uC218\uC5D0 \uB9DE\uAC8C \uC798\uB9AC\uAC8C \uB429\uB2C8\uB2E4.
19
30
 
31
+ #XMSG: Textual representation of the technical error message which indicates that the export ran out of memory.
20
32
  MSG_ERROR_OUT_OF_MEMORY=\uC5D1\uC2A4\uD3EC\uD2B8 \uD504\uB85C\uC138\uC2A4\uC5D0\uC11C \uBA54\uBAA8\uB9AC\uAC00 \uBD80\uC871\uD558\uC5EC \uC885\uB8CC\uB418\uC5C8\uC2B5\uB2C8\uB2E4.\n\uC5F4\uC774\uB098 \uD544\uD130 \uC124\uC815\uC744 \uC870\uC815\uD558\uC5EC \uC140\uC744 \uB354 \uC801\uAC8C \uC120\uD0DD\uD558\uC2ED\uC2DC\uC624.
21
33
 
34
+ #XMSG: Message text informing that the original error message is empty or no specific error provided
22
35
  PROGRESS_ERROR_DEFAULT=\uC54C \uC218 \uC5C6\uB294 \uC624\uB958
23
36
 
37
+ #XHED: Default title text for the export settings dialog
24
38
  EXPORT_SETTINGS_TITLE=\uB2E4\uB978 \uC774\uB984\uC73C\uB85C \uC5D1\uC2A4\uD3EC\uD2B8
25
39
 
40
+ #XFLD: Label for File Name input field
26
41
  FILE_NAME=\uD30C\uC77C \uC774\uB984
27
42
 
43
+ #XFLD: Label for the file format Select control
28
44
  SELECT_FORMAT=\uD615\uC2DD
29
45
 
46
+ #XFLD: Split cells with multiple values
30
47
  SPLIT_CELLS=\uAC12\uC774 \uC5EC\uB7EC \uAC1C \uD3EC\uD568\uB41C \uC140 \uBD84\uD560
31
48
 
49
+ #XFLD: Include filter settings
32
50
  INCLUDE_FILTER_SETTINGS=\uD544\uD130 \uC124\uC815 \uD3EC\uD568
33
51
 
52
+ #XFLD: Techincal Information
34
53
  TECHNICAL_INFORMATION=\uAE30\uC220 \uC815\uBCF4
35
54
 
55
+ #XFLD: User Information
36
56
  USER_NAME=\uC0AC\uC6A9\uC790
37
57
 
58
+ #XFLD: Creation time
38
59
  CREATED_TIME=\uC0DD\uC131 \uC2DC\uAC04
39
60
 
61
+ #XFLD: Archive format
40
62
  ARCHIVE_FORMAT=\uC544\uCE74\uC774\uBE0C \uD615\uC2DD
41
63
 
64
+ #XHED: Header of the filter sheet
42
65
  FILTER_HEADER=\uD544\uD130
43
66
 
67
+ #XFLD: Add current date and time to the file name
44
68
  ADD_DATE_TIME=\uD30C\uC77C \uC774\uB984\uC5D0 \uD604\uC7AC \uC77C\uC790 \uBC0F \uC2DC\uAC04 \uCD94\uAC00
45
69
 
70
+ #XLST: Spreadsheet file type config for Microsoft Excel specific format
46
71
  XLSX_FILETYPE=Microsoft Excel(*.xlsx)
47
72
 
73
+ #XLST: Spreadsheet file type for exporting to Google Sheets
48
74
  GSHEET_FILETYPE=Google Sheets
49
75
 
76
+ #XMSG: File name warning text
50
77
  FILENAME_WARNING=\uC785\uB825\uD55C \uD30C\uC77C \uC774\uB984\uC774 100\uC790\uB97C \uCD08\uACFC\uD569\uB2C8\uB2E4. \uC774\uB85C \uC778\uD574 \uC2A4\uD504\uB808\uB4DC\uC2DC\uD2B8\uAC00 \uC62C\uBC14\uB974\uAC8C \uC5F4\uB9AC\uC9C0 \uC54A\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4.
51
78
 
79
+ #XFLD: Paper Size
52
80
  PAPER_SIZE=\uC6A9\uC9C0 \uD06C\uAE30
53
81
 
82
+ #XFLD: Orientation
54
83
  ORIENTATION=\uBC29\uD5A5
55
84
 
85
+ #XFLD: Font Size
56
86
  FONT_SIZE=\uAE00\uAF34 \uD06C\uAE30
57
87
 
88
+ #XLST: Paper size config for PDF export
58
89
  PAPER_SIZE_A4=A4
59
90
 
91
+ #XLST: Paper size config for PDF export
60
92
  PAPER_SIZE_US_LETTER=US Letter
61
93
 
94
+ #XLST: Orientation config for PDF export
62
95
  ORIENTATION_LAND=\uAC00\uB85C
63
96
 
97
+ #XLST: Orientation config for PDF export
64
98
  ORIENTATION_PORT=\uC138\uB85C
65
99
 
100
+ #XMSG: Font size error text
66
101
  NUMBER_ERROR=\uAC12\uC740 \uC22B\uC790\uC5EC\uC57C \uD569\uB2C8\uB2E4.
67
102
 
103
+ #XFLD: Fit to Page
68
104
  ENABLE_ACCESSIBILITY=\uC811\uADFC\uC131 \uD65C\uC131\uD654
69
105
 
106
+ #XFLD: Enable Accessibility
70
107
  FITTOPAGE=\uD398\uC774\uC9C0\uC5D0 \uB9DE\uCD94\uAE30
71
108
 
109
+ #XFLD: Enable Signature
72
110
  ENABLE_SIGNATURE=\uC11C\uBA85 \uD65C\uC131\uD654
73
111
 
112
+ #XFLD: Reason for the Signature
74
113
  SIGNATURE_REASON=\uC0AC\uC720
75
114
 
115
+ #XMSG: Message text informing that PDF is generated
76
116
  PDF_GENERATION_IN_PROGRESS=PDF\uAC00 \uC0DD\uC131\uB418\uACE0 \uC788\uC2B5\uB2C8\uB2E4.
77
117
 
118
+ #XMSG: File name error text
78
119
  FILENAME_ERROR=\\ / \: * ? " < > | \uBB38\uC790\uB294 \uD30C\uC77C \uC774\uB984\uC5D0 \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.
79
120
 
121
+ #XMSG: Message text informing that exported file is being created
80
122
  PROGRESS_BUNDLE_MSG=\uD30C\uC77C \uC0DD\uC131 \uC911...
81
123
 
124
+ #XMSG: Message text informing that the exported file size cannot be predicted
82
125
  NO_COUNT_WARNING_MSG=\uC5D1\uC2A4\uD3EC\uD2B8 \uAD6C\uC131\uC5D0 \uAC1C\uC218\uAC00 \uC785\uB825\uB418\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4. \n\uC5D1\uC2A4\uD3EC\uD2B8\uB418\uB294 \uD589\uC758 \uCD1D \uAC1C\uC218\uB97C \uC608\uCE21\uD560 \uC218 \uC5C6\uC73C\uBA70 \uC5B4\uD50C\uB9AC\uCF00\uC774\uC158\uC758 \uBA54\uBAA8\uB9AC \uC6A9\uB7C9\uC744 \uCD08\uACFC\uD560 \uC218\uB3C4 \uC788\uC2B5\uB2C8\uB2E4. \n\uD604\uC7AC\uC758 \uD544\uD130 \uC124\uC815\uC73C\uB85C \uB300\uB7C9\uC758 \uB370\uC774\uD130\uAC00 \uBC1C\uC0DD\uD558\uC9C0 \uC54A\uB294\uB2E4\uB294 \uD655\uC2E0\uC774 \uC788\uB294 \uACBD\uC6B0\uC5D0\uB9CC \uACC4\uC18D \uC9C4\uD589\uD558\uC2ED\uC2DC\uC624.
83
126
 
127
+ #XTIT: Title of the XLSX document if no title is defined in SpreadSheet settings
84
128
  XLSX_DEFAULT_TITLE=SAPUI5 \uC5D1\uC2A4\uD3EC\uD2B8
85
129
 
130
+ #XTIT,30: Default label of the data sheet - use less than 31 characters!
86
131
  XLSX_DEFAULT_SHEETNAME=SAPUI5 \uC5D1\uC2A4\uD3EC\uD2B8
87
132
 
133
+ #XLST: Portable Document Format type config for PDF export
88
134
  PDF_FILETYPE=PDF(*.pdf)
89
135
 
136
+ #XMSG: Tooltip that explains the Accessibility checkbox and why it might be disabled
90
137
  TOOLTIP_PDF_ACCESSIBILITY=\uC0DD\uC131\uB41C \uBB38\uC11C\uC5D0 \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uB294\uC9C0\uB97C \uC815\uC758\uD569\uB2C8\uB2E4. \uC774 \uC635\uC158\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uB294 \uACBD\uC6B0 \uBC31\uC5D4\uB4DC \uC11C\uBE44\uC2A4\uC5D0\uC11C \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
91
138
 
139
+ #XMSG: Tooltip that explains the Signature checkbox and why it might be disabled
92
140
  TOOLTIP_PDF_SIGNATURE=\uC0DD\uC131\uB41C \uBB38\uC11C\uAC00 \uB514\uC9C0\uD138 \uC11C\uBA85\uC73C\uB85C \uC11C\uBA85\uB418\uC5C8\uB294\uC9C0\uB97C \uC815\uC758\uD569\uB2C8\uB2E4. \uC774 \uC635\uC158\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uB294 \uACBD\uC6B0 \uBC31\uC5D4\uB4DC \uC11C\uBE44\uC2A4\uC5D0\uC11C \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
93
141
 
142
+ #XMSG: Tooltip that explains the FitToPage checkbox and why it might be disabled
94
143
  TOOLTIP_FITTOPAGE=\uC0DD\uC131\uB41C \uBB38\uC11C\uC5D0\uB294 \uD398\uC774\uC9C0 \uD06C\uAE30\uC5D0 \uB9DE\uB294 \uCEE8\uD150\uD2B8\uAC00 \uD3EC\uD568\uB429\uB2C8\uB2E4. \uC774 \uC635\uC158\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uB294 \uACBD\uC6B0 \uBC31\uC5D4\uB4DC \uC11C\uBE44\uC2A4\uC5D0\uC11C \uC9C0\uC6D0\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
95
144
 
145
+ #XMSG: Tooltip that explains the Archive format checkbox and why it might be disabled
96
146
  TOOLTIP_ARCHIVE_FORMAT=\uC0DD\uC131\uB41C \uBB38\uC11C\uB294 PDF/A\uC5D0 \uC801\uD569\uD569\uB2C8\uB2E4. \uC774 \uC635\uC158\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uC744 \uACBD\uC6B0, \uBC31\uC5D4\uB4DC \uC11C\uBE44\uC2A4\uC5D0\uC11C \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uB294 \uAC83\uC785\uB2C8\uB2E4.
97
147
 
148
+ #XMSG: Tooltip that explains the filter settings checkbox and why it might be disabled
98
149
  TOOLTIP_FILTER_SETTINGS=\uC0DD\uC131\uB41C \uBB38\uC11C\uC758 \uCEE4\uBC84 \uD398\uC774\uC9C0\uC5D0 \uD544\uD130 \uC124\uC815\uC774 \uC788\uC2B5\uB2C8\uB2E4. \uC774 \uC635\uC158\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uB294 \uACBD\uC6B0 \uBC31\uC5D4\uB4DC \uC11C\uBE44\uC2A4\uC5D0\uC11C \uC9C0\uC6D0\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
99
150
 
151
+ #XMSG: Tooltip that explains the font size input and why it might be disabled
100
152
  TOOLTIP_FONT_SIZE=\uC0DD\uC131\uB41C \uBB38\uC11C\uC758 \uAE00\uAF34 \uD06C\uAE30\uB97C \uC815\uC758\uD569\uB2C8\uB2E4. \uC774 \uC635\uC158\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uB294 \uACBD\uC6B0 \uBC31\uC5D4\uB4DC \uC11C\uBE44\uC2A4\uC5D0\uC11C \uC9C0\uC6D0\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
101
153
 
154
+ #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
102
155
  SELECT_DESTINATION=\uC5F0\uACB0 \uB300\uC0C1
103
156
 
157
+ #XLST: This option indicates that the exported file will be saved on the local device
104
158
  DESTINATION_LOCAL=\uB85C\uCEEC
105
159
 
160
+ #XLST: This option indicates that the exported file will be saved on a remote or cloud file share
106
161
  DESTINATION_REMOTE=\uD074\uB77C\uC6B0\uB4DC
107
162
 
163
+ #XHED: Dialog header for the CloudFilePicker
108
164
  DESTINATION_DIALOG_TITLE=\uC5D1\uC2A4\uD3EC\uD2B8 \uC704\uCE58
109
165
 
166
+ #XMSG: Status text on the progress dialog for transfering the file to the cloud destination
110
167
  DESTINATION_DIALOG_STATUS=\uD30C\uC77C\uC774 \uC804\uC1A1\uB418\uACE0 \uC788\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uAE30\uB2E4\uB824 \uC8FC\uC2ED\uC2DC\uC624.
111
168
 
169
+ #XMSG: Error message when exported file could not be transferred
112
170
  DESTINATION_TRANSFER_ERROR=\uD30C\uC77C\uC744 \uC804\uC1A1\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.
113
171
 
172
+ #XMSG: Succuess message when the file has been saved to the cloud destination
114
173
  DESTINATION_TRANSFER_SUCCESS=\uD30C\uC77C\uC774 \uC800\uC7A5\uB418\uC5C8\uC2B5\uB2C8\uB2E4.
115
174
 
175
+ #XMSG: Error message when the user did not select a proper FileShare for storing the file
116
176
  DESTINATION_SELECTION_INCOMPLETE=\uC120\uD0DD\uD55C \uD30C\uC77C \uACF5\uC720\uAC00 \uC798\uBABB\uB418\uC5C8\uC2B5\uB2C8\uB2E4.
117
177
 
178
+ #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
118
179
  DIALOG_BUTTON_CLOUD_DESTINATION=\uC5D1\uC2A4\uD3EC\uD2B8...
119
180
 
181
+ #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
120
182
  DESTINATION_ERROR_NOT_GOOGLE=\uD30C\uC77C\uC744 Google Sheets\uB85C \uC5D1\uC2A4\uD3EC\uD2B8\uD558\uB824\uBA74 \uD30C\uC77C \uACF5\uC720\uB85C Google Workspace\uAC00 \uD544\uC694\uD569\uB2C8\uB2E4.\n\uB2E4\uB978 \uD30C\uC77C \uD615\uC2DD\uC774\uB098 \uB2E4\uB978 \uD30C\uC77C \uACF5\uC720\uB97C \uC120\uD0DD\uD558\uC2ED\uC2DC\uC624.
@@ -1,120 +1,182 @@
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=At\u0161aukti
3
6
 
7
+ #XBUT: Close button in the dialog
4
8
  CLOSE_BUTTON=U\u017Edaryti
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=Eksportuoti
7
12
 
13
+ #XHED: Default title text for the export progress dialog
8
14
  PROGRESS_TITLE=Eksportuoti dokument\u0105
9
15
 
16
+ #XMSG: Message text informing that exported data is fetched from the server
10
17
  PROGRESS_FETCHING_MSG=I\u0161kvie\u010Diami duomenys i\u0161 serverio...
11
18
 
19
+ #XHED: Default title text for the export progress error message box
12
20
  PROGRESS_ERROR_TITLE=Klaida
13
21
 
22
+ #XMSG: Message text informing that an error has occurred during export
14
23
  PROGRESS_ERROR_MSG=Eksportuojant \u012Fvyko \u0161i klaida\:
15
24
 
25
+ #XMSG: Message text informing that the exported file is too big
16
26
  SIZE_WARNING_MSG=Eksportuotas dokumentas, kuriame yra {0} eil. ir {1} stulp., yra per didelis.\nGali b\u016Bti vir\u0161yta atminties talpa.\nAt\u0161aukite ir pasirinkite eksportuoti ma\u017Eesn\u012F duomen\u0173 rinkin\u012F.
17
27
 
28
+ #XMSG: Message text informing that the amount of items is too large to be exported in a single spreadsheet and the export is being cut off to maximum allowed amount of 1,048,576.
18
29
  MSG_WARNING_CUT_OFF=Eilu\u010Di\u0173 skai\u010Dius ({0}) vir\u0161ija maksimal\u0173 eilu\u010Di\u0173 skai\u010Di\u0173, kur\u012F galima eksportuoti i\u0161 skai\u010Diuokl\u0117s (1\u00A0048\u00A0576).\nJei t\u0119site, eksportavimas bus nutrauktas pasiekus maksimal\u0173 skai\u010Di\u0173.
19
30
 
31
+ #XMSG: Textual representation of the technical error message which indicates that the export ran out of memory.
20
32
  MSG_ERROR_OUT_OF_MEMORY=Vykdant eksportavim\u0105, vir\u0161yta atminties talpa ir procesas buvo nutrauktas.\nPakoreguokite savo stilpeli\u0173 arba filtro nusatymus, kad b\u016Bt\u0173 pasirinktas ma\u017Eesnis langeli\u0173 skai\u010Dius.
21
33
 
34
+ #XMSG: Message text informing that the original error message is empty or no specific error provided
22
35
  PROGRESS_ERROR_DEFAULT=Ne\u017Einoma klaida
23
36
 
37
+ #XHED: Default title text for the export settings dialog
24
38
  EXPORT_SETTINGS_TITLE=Eksportuoti kaip
25
39
 
40
+ #XFLD: Label for File Name input field
26
41
  FILE_NAME=Failo vardas
27
42
 
43
+ #XFLD: Label for the file format Select control
28
44
  SELECT_FORMAT=Formatas
29
45
 
46
+ #XFLD: Split cells with multiple values
30
47
  SPLIT_CELLS=I\u0161skaidyti langelius su keliomis reik\u0161m\u0117mis
31
48
 
49
+ #XFLD: Include filter settings
32
50
  INCLUDE_FILTER_SETTINGS=\u012Etraukti filtro nustatymus
33
51
 
52
+ #XFLD: Techincal Information
34
53
  TECHNICAL_INFORMATION=Technin\u0117 informacija
35
54
 
55
+ #XFLD: User Information
36
56
  USER_NAME=Vartotojas
37
57
 
58
+ #XFLD: Creation time
38
59
  CREATED_TIME=Suk\u016Brimo laikas
39
60
 
61
+ #XFLD: Archive format
40
62
  ARCHIVE_FORMAT=Archyvo formatas
41
63
 
64
+ #XHED: Header of the filter sheet
42
65
  FILTER_HEADER=Filtruoti
43
66
 
67
+ #XFLD: Add current date and time to the file name
44
68
  ADD_DATE_TIME=\u012E failo vard\u0105 \u012Ftraukti dat\u0105 ir laik\u0105
45
69
 
70
+ #XLST: Spreadsheet file type config for Microsoft Excel specific format
46
71
  XLSX_FILETYPE=\u201EMicrosoft Excel\u201C (*.xlsx)
47
72
 
73
+ #XLST: Spreadsheet file type for exporting to Google Sheets
48
74
  GSHEET_FILETYPE=\u201EGoogle Sheets\u201C
49
75
 
76
+ #XMSG: File name warning text
50
77
  FILENAME_WARNING=J\u016Bs\u0173 \u012Fverstas failo vardas yra ilgesnis negu 100 simboli\u0173. D\u0117l to gali nepavykti tinkamai atidaryti skai\u010Diuokl\u0117s.
51
78
 
79
+ #XFLD: Paper Size
52
80
  PAPER_SIZE=Popieriaus dydis
53
81
 
82
+ #XFLD: Orientation
54
83
  ORIENTATION=Pad\u0117tis
55
84
 
85
+ #XFLD: Font Size
56
86
  FONT_SIZE=\u0160rifto dydis
57
87
 
88
+ #XLST: Paper size config for PDF export
58
89
  PAPER_SIZE_A4=A4
59
90
 
91
+ #XLST: Paper size config for PDF export
60
92
  PAPER_SIZE_US_LETTER=JAV lai\u0161k\u0173
61
93
 
94
+ #XLST: Orientation config for PDF export
62
95
  ORIENTATION_LAND=Guls\u010Dias
63
96
 
97
+ #XLST: Orientation config for PDF export
64
98
  ORIENTATION_PORT=Sta\u010Dias
65
99
 
100
+ #XMSG: Font size error text
66
101
  NUMBER_ERROR=Reik\u0161m\u0117 turi b\u016Bti skai\u010Dius.
67
102
 
103
+ #XFLD: Fit to Page
68
104
  ENABLE_ACCESSIBILITY=\u012Ejungti pritaikym\u0105 ne\u012Fgaliesiems
69
105
 
106
+ #XFLD: Enable Accessibility
70
107
  FITTOPAGE=Talpinti puslapyje
71
108
 
109
+ #XFLD: Enable Signature
72
110
  ENABLE_SIGNATURE=\u012Ejungti para\u0161\u0105
73
111
 
112
+ #XFLD: Reason for the Signature
74
113
  SIGNATURE_REASON=Prie\u017Eastis
75
114
 
115
+ #XMSG: Message text informing that PDF is generated
76
116
  PDF_GENERATION_IN_PROGRESS=PDF generuojamas
77
117
 
118
+ #XMSG: File name error text
78
119
  FILENAME_ERROR=Failo pavadinime negalima naudoti \u0161i\u0173 simboli\u0173\: \\ / \: * ? " < > |
79
120
 
121
+ #XMSG: Message text informing that exported file is being created
80
122
  PROGRESS_BUNDLE_MSG=Generuojamas failas...
81
123
 
124
+ #XMSG: Message text informing that the exported file size cannot be predicted
82
125
  NO_COUNT_WARNING_MSG=Eksporto konfig\u016Bracijoje n\u0117ra pateiktas joks skai\u010Dius.\nViso eksportuot\u0173 eilu\u010Di\u0173 skai\u010Diaus numatyti ne\u012Fmanoma ir jis gali vir\u0161yti programos atminties dyd\u017Eio.\nNet\u0119skite, jei nesate tikri, kad d\u0117l dabartini\u0173 filtr\u0173 nustatym\u0173 nebus gautas didelis duomen\u0173 kiekis.
83
126
 
127
+ #XTIT: Title of the XLSX document if no title is defined in SpreadSheet settings
84
128
  XLSX_DEFAULT_TITLE=SAPUI5 eksportavimas
85
129
 
130
+ #XTIT,30: Default label of the data sheet - use less than 31 characters!
86
131
  XLSX_DEFAULT_SHEETNAME=SAPUI5 eksportavimas
87
132
 
133
+ #XLST: Portable Document Format type config for PDF export
88
134
  PDF_FILETYPE=Portable Document Format (*.pdf)
89
135
 
136
+ #XMSG: Tooltip that explains the Accessibility checkbox and why it might be disabled
90
137
  TOOLTIP_PDF_ACCESSIBILITY=Nustatoma, ar sugeneruotas dokumentas pasiekiamas. Jei \u0161i parinktis negalima, jos nepalaiko galutinio apdorojimo paslauga.
91
138
 
139
+ #XMSG: Tooltip that explains the Signature checkbox and why it might be disabled
92
140
  TOOLTIP_PDF_SIGNATURE=Nustatoma, ar sugeneruotas dokumentas pasira\u0161ytas skaitmeniniu para\u0161u. Jei \u0161i parinktis negalima, jos nepalaiko galutinio apdorojimo paslauga.
93
141
 
142
+ #XMSG: Tooltip that explains the FitToPage checkbox and why it might be disabled
94
143
  TOOLTIP_FITTOPAGE=Sugeneruotame dokumente bus \u012F puslap\u012F telpantis turinys. Jei \u0161i parinktis negalima, jos nepalaiko galutinio apdorojimo paslauga.
95
144
 
145
+ #XMSG: Tooltip that explains the Archive format checkbox and why it might be disabled
96
146
  TOOLTIP_ARCHIVE_FORMAT=Sugeneruotas dokumentas atitiks PDF/A. Jei \u0161i parinktis negalima, jos nepalaiko galutinio apdorojimo paslauga.
97
147
 
148
+ #XMSG: Tooltip that explains the filter settings checkbox and why it might be disabled
98
149
  TOOLTIP_FILTER_SETTINGS=Sugeneruoto dokumento tituliniame puslapyje bus filtravimo parametrai. Jei \u0161i parinktis negalima, jos nepalaiko galutinio apdorojimo paslauga.
99
150
 
151
+ #XMSG: Tooltip that explains the font size input and why it might be disabled
100
152
  TOOLTIP_FONT_SIZE=Nustato sugeneruoto dokumento \u0161rifto dyd\u012F. Jei \u0161i parinktis negalima, jos nepalaiko galutinio apdorojimo paslauga.
101
153
 
154
+ #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
102
155
  SELECT_DESTINATION=Paskirties vieta
103
156
 
157
+ #XLST: This option indicates that the exported file will be saved on the local device
104
158
  DESTINATION_LOCAL=Vietin\u0117
105
159
 
160
+ #XLST: This option indicates that the exported file will be saved on a remote or cloud file share
106
161
  DESTINATION_REMOTE=Debesis
107
162
 
163
+ #XHED: Dialog header for the CloudFilePicker
108
164
  DESTINATION_DIALOG_TITLE=Eksportuoti \u012F
109
165
 
166
+ #XMSG: Status text on the progress dialog for transfering the file to the cloud destination
110
167
  DESTINATION_DIALOG_STATUS=Failas perkeliamas\u00A0\u2013 pra\u0161ome palaukti...
111
168
 
169
+ #XMSG: Error message when exported file could not be transferred
112
170
  DESTINATION_TRANSFER_ERROR=Failo perkelti nepavyko.
113
171
 
172
+ #XMSG: Succuess message when the file has been saved to the cloud destination
114
173
  DESTINATION_TRANSFER_SUCCESS=J\u016Bs\u0173 failas \u012Fra\u0161ytas s\u0117kmingai.
115
174
 
175
+ #XMSG: Error message when the user did not select a proper FileShare for storing the file
116
176
  DESTINATION_SELECTION_INCOMPLETE=Pasirinktas netinkamas fail\u0173 bendrinimas.
117
177
 
178
+ #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
118
179
  DIALOG_BUTTON_CLOUD_DESTINATION=Eksportuoti \u012F...
119
180
 
181
+ #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
120
182
  DESTINATION_ERROR_NOT_GOOGLE=Norint eksportuoti fail\u0105 \u012F \u201EGoogle Sheets\u201C reikalingas \u201EGoogle Workspace\u201C fail\u0173 bendrinimas.\nPasirinkite kit\u0105 failo format\u0105 arba kit\u0105 fail\u0173 bendrinim\u0105.
@@ -1,120 +1,182 @@
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=Atcelt
3
6
 
7
+ #XBUT: Close button in the dialog
4
8
  CLOSE_BUTTON=Aizv\u0113rt
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=Eksport\u0113t
7
12
 
13
+ #XHED: Default title text for the export progress dialog
8
14
  PROGRESS_TITLE=Eksport\u0113t dokumentu
9
15
 
16
+ #XMSG: Message text informing that exported data is fetched from the server
10
17
  PROGRESS_FETCHING_MSG=Notiek datu iene\u0161ana no servera...
11
18
 
19
+ #XHED: Default title text for the export progress error message box
12
20
  PROGRESS_ERROR_TITLE=K\u013C\u016Bda
13
21
 
22
+ #XMSG: Message text informing that an error has occurred during export
14
23
  PROGRESS_ERROR_MSG=Eksport\u0113\u0161anas laik\u0101 rad\u0101s \u0161\u0101da k\u013C\u016Bda\:
15
24
 
25
+ #XMSG: Message text informing that the exported file is too big
16
26
  SIZE_WARNING_MSG=Eksport\u0113tais dokuments ar {0} rind\u0101m un {1} kolonn\u0101m ir p\u0101r\u0101k liels.\nIesp\u0113jams, tiks p\u0101rsniegta lietojumprogrammas atmi\u0146as ietilp\u012Bba.\nAtceliet un atlasiet maz\u0101ku eksport\u0113jamo datu kopu.
17
27
 
28
+ #XMSG: Message text informing that the amount of items is too large to be exported in a single spreadsheet and the export is being cut off to maximum allowed amount of 1,048,576.
18
29
  MSG_WARNING_CUT_OFF=Rindu skaits ({0}) p\u0101rsniedz maksim\u0101lo rindu skaitu, k\u0101du varat eksport\u0113t katr\u0101 izkl\u0101jlap\u0101 (1,048,576).\nJa turpin\u0101sit, eksport\u0113\u0161ana tiks apgriezta, lai atbilstu maksim\u0101lajam skaitam.
19
30
 
31
+ #XMSG: Textual representation of the technical error message which indicates that the export ran out of memory.
20
32
  MSG_ERROR_OUT_OF_MEMORY=Eksport\u0113\u0161anas procesam beidz\u0101s vieta atmi\u0146\u0101, t\u0101p\u0113c tas tika p\u0101rtraukts.\nL\u016Bdzu, piel\u0101gojiet kolonnu vai filtru iestat\u012Bjumus, lai atlas\u012Btu maz\u0101ku \u0161\u016Bnu skaitu.
21
33
 
34
+ #XMSG: Message text informing that the original error message is empty or no specific error provided
22
35
  PROGRESS_ERROR_DEFAULT=Nezin\u0101ma k\u013C\u016Bda
23
36
 
37
+ #XHED: Default title text for the export settings dialog
24
38
  EXPORT_SETTINGS_TITLE=Eksport\u0113t k\u0101
25
39
 
40
+ #XFLD: Label for File Name input field
26
41
  FILE_NAME=Faila nosaukums
27
42
 
43
+ #XFLD: Label for the file format Select control
28
44
  SELECT_FORMAT=Form\u0101ts
29
45
 
46
+ #XFLD: Split cells with multiple values
30
47
  SPLIT_CELLS=Sadal\u012Bt \u0161\u016Bnas ar vair\u0101k\u0101m v\u0113rt\u012Bb\u0101m
31
48
 
49
+ #XFLD: Include filter settings
32
50
  INCLUDE_FILTER_SETTINGS=Iek\u013Caut filtra iestat\u012Bjumus
33
51
 
52
+ #XFLD: Techincal Information
34
53
  TECHNICAL_INFORMATION=Tehnisk\u0101 inform\u0101cija
35
54
 
55
+ #XFLD: User Information
36
56
  USER_NAME=Lietot\u0101js
37
57
 
58
+ #XFLD: Creation time
38
59
  CREATED_TIME=Izveides laiks
39
60
 
61
+ #XFLD: Archive format
40
62
  ARCHIVE_FORMAT=Arh\u012Bva form\u0101ts
41
63
 
64
+ #XHED: Header of the filter sheet
42
65
  FILTER_HEADER=Filtr\u0113t
43
66
 
67
+ #XFLD: Add current date and time to the file name
44
68
  ADD_DATE_TIME=Pievienot faila nosaukumam pa\u0161reiz\u0113jo datumu un laiku
45
69
 
70
+ #XLST: Spreadsheet file type config for Microsoft Excel specific format
46
71
  XLSX_FILETYPE=Microsoft Excel (*.xlsx)
47
72
 
73
+ #XLST: Spreadsheet file type for exporting to Google Sheets
48
74
  GSHEET_FILETYPE=Google Sheets
49
75
 
76
+ #XMSG: File name warning text
50
77
  FILENAME_WARNING=J\u016Bsu ievad\u012Btais faila nosaukums p\u0101rsniedz 100\u00A0rakstz\u012Bmes. Tas var liegt izkl\u0101jlapu atv\u0113rt pareizi.
51
78
 
79
+ #XFLD: Paper Size
52
80
  PAPER_SIZE=Pap\u012Bra form\u0101ts
53
81
 
82
+ #XFLD: Orientation
54
83
  ORIENTATION=Orient\u0101cija
55
84
 
85
+ #XFLD: Font Size
56
86
  FONT_SIZE=Fonta lielums
57
87
 
88
+ #XLST: Paper size config for PDF export
58
89
  PAPER_SIZE_A4=A4
59
90
 
91
+ #XLST: Paper size config for PDF export
60
92
  PAPER_SIZE_US_LETTER=US Letter
61
93
 
94
+ #XLST: Orientation config for PDF export
62
95
  ORIENTATION_LAND=Ainava
63
96
 
97
+ #XLST: Orientation config for PDF export
64
98
  ORIENTATION_PORT=Portrets
65
99
 
100
+ #XMSG: Font size error text
66
101
  NUMBER_ERROR=V\u0113rt\u012Bbai ir j\u0101b\u016Bt skaitlim.
67
102
 
103
+ #XFLD: Fit to Page
68
104
  ENABLE_ACCESSIBILITY=Iesp\u0113jot pieejam\u012Bbu
69
105
 
106
+ #XFLD: Enable Accessibility
70
107
  FITTOPAGE=Ietilpin\u0101t lappus\u0113
71
108
 
109
+ #XFLD: Enable Signature
72
110
  ENABLE_SIGNATURE=Iesp\u0113jot parakstu
73
111
 
112
+ #XFLD: Reason for the Signature
74
113
  SIGNATURE_REASON=Iemesls
75
114
 
115
+ #XMSG: Message text informing that PDF is generated
76
116
  PDF_GENERATION_IN_PROGRESS=Tiek \u0123ener\u0113ts PDF
77
117
 
118
+ #XMSG: File name error text
78
119
  FILENAME_ERROR=Faila nosaukum\u0101 nedr\u012Bkst izmantot nevienu no \u0161\u012Bm rakstz\u012Bm\u0113m\: \\ / \: * ? " < > |
79
120
 
121
+ #XMSG: Message text informing that exported file is being created
80
122
  PROGRESS_BUNDLE_MSG=\u0122ener\u0113 failu...
81
123
 
124
+ #XMSG: Message text informing that the exported file size cannot be predicted
82
125
  NO_COUNT_WARNING_MSG=Eksport\u0113\u0161anas konfigur\u0101cij\u0101 nav nodro\u0161in\u0101ts skaits. \nEksport\u0113to rindu kopskaitu nevar prognoz\u0113t un tas var p\u0101rsniegt lietojumprogrammas atmi\u0146as jaudu. \nL\u016Bdzu, neturpiniet, ja vien neesat p\u0101rliecin\u0101ts, ka pa\u0161reiz\u0113jo filtra iestat\u012Bjumu rezult\u0101t\u0101 neveidosies liela datu summa.
83
126
 
127
+ #XTIT: Title of the XLSX document if no title is defined in SpreadSheet settings
84
128
  XLSX_DEFAULT_TITLE=SAPUI5 eksports
85
129
 
130
+ #XTIT,30: Default label of the data sheet - use less than 31 characters!
86
131
  XLSX_DEFAULT_SHEETNAME=SAPUI5 eksports
87
132
 
133
+ #XLST: Portable Document Format type config for PDF export
88
134
  PDF_FILETYPE=Portat\u012Bv\u0101 dokumenta form\u0101ts (*.pdf)
89
135
 
136
+ #XMSG: Tooltip that explains the Accessibility checkbox and why it might be disabled
90
137
  TOOLTIP_PDF_ACCESSIBILITY=Defin\u0113, vai var piek\u013C\u016Bt \u0123ener\u0113tajam dokumentam. Ja \u0161\u012B iesp\u0113ja nav pieejama, aizmugursist\u0113mas pakalpojums to neatbalsta.
91
138
 
139
+ #XMSG: Tooltip that explains the Signature checkbox and why it might be disabled
92
140
  TOOLTIP_PDF_SIGNATURE=Defin\u0113, vai \u0123ener\u0113tais dokuments ir parakst\u012Bts ar ciparparakstu. Ja \u0161\u012B iesp\u0113ja nav pieejama, aizmugursist\u0113mas pakalpojums to neatbalsta.
93
141
 
142
+ #XMSG: Tooltip that explains the FitToPage checkbox and why it might be disabled
94
143
  TOOLTIP_FITTOPAGE=\u0122ener\u0113tajam dokumentam b\u016Bs saturs, kas ietilps lapas izm\u0113r\u0101. Ja \u0161\u012B iesp\u0113ja nav pieejama, to neatbalsta aizmugursist\u0113mas pakalpojums.
95
144
 
145
+ #XMSG: Tooltip that explains the Archive format checkbox and why it might be disabled
96
146
  TOOLTIP_ARCHIVE_FORMAT=\u0122ener\u0113tais dokuments b\u016Bs saska\u0146ots ar PDF/A. Ja \u0161\u012B iesp\u0113ja nav pieejama, to neatbalsta aizmugursist\u0113mas pakalpojums.
97
147
 
148
+ #XMSG: Tooltip that explains the filter settings checkbox and why it might be disabled
98
149
  TOOLTIP_FILTER_SETTINGS=\u0122ener\u0113tajam dokumentam b\u016Bs filtra iestat\u012Bjumi titullap\u0101. Ja \u0161\u012B iesp\u0113ja nav pieejama, to neatbalsta aizmugursist\u0113mas pakalpojums.
99
150
 
151
+ #XMSG: Tooltip that explains the font size input and why it might be disabled
100
152
  TOOLTIP_FONT_SIZE=Defin\u0113 \u0123ener\u0113t\u0101 dokumenta fonta izm\u0113ru. Ja \u0161\u012B iesp\u0113ja nav pieejama, aizmugursist\u0113mas pakalpojums to neatbalsta.
101
153
 
154
+ #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
102
155
  SELECT_DESTINATION=Adres\u0101ts
103
156
 
157
+ #XLST: This option indicates that the exported file will be saved on the local device
104
158
  DESTINATION_LOCAL=Lok\u0101ls
105
159
 
160
+ #XLST: This option indicates that the exported file will be saved on a remote or cloud file share
106
161
  DESTINATION_REMOTE=M\u0101konis
107
162
 
163
+ #XHED: Dialog header for the CloudFilePicker
108
164
  DESTINATION_DIALOG_TITLE=Eksport\u0113t uz
109
165
 
166
+ #XMSG: Status text on the progress dialog for transfering the file to the cloud destination
110
167
  DESTINATION_DIALOG_STATUS=Fails tiek p\u0101rs\u016Bt\u012Bts\u00A0\u2014 l\u016Bdzu, esiet paciet\u012Bgs...
111
168
 
169
+ #XMSG: Error message when exported file could not be transferred
112
170
  DESTINATION_TRANSFER_ERROR=Failu nevar\u0113ja p\u0101rs\u016Bt\u012Bt.
113
171
 
172
+ #XMSG: Succuess message when the file has been saved to the cloud destination
114
173
  DESTINATION_TRANSFER_SUCCESS=J\u016Bsu fails ir sekm\u012Bgi saglab\u0101ts.
115
174
 
175
+ #XMSG: Error message when the user did not select a proper FileShare for storing the file
116
176
  DESTINATION_SELECTION_INCOMPLETE=Atlas\u012Bt\u0101 faila kop\u012Bgo\u0161ana ir neder\u012Bga.
117
177
 
178
+ #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
118
179
  DIALOG_BUTTON_CLOUD_DESTINATION=Eksport\u0113t uz...
119
180
 
181
+ #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
120
182
  DESTINATION_ERROR_NOT_GOOGLE=Lai failu eksport\u0113tu uz Google Sheets, ir nepiecie\u0161ams pakalpojums Google Workspace k\u0101 failu kop\u012Bgo\u0161anas vieta.\nL\u016Bdzu, atlasiet citu faila form\u0101tu vai citu failu kop\u012Bgo\u0161anu.