@sapui5/sap.ui.export 1.96.25 → 1.96.27
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/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 +27 -0
- package/src/sap/ui/export/messagebundle_bg.properties +27 -0
- package/src/sap/ui/export/messagebundle_ca.properties +27 -0
- package/src/sap/ui/export/messagebundle_cs.properties +27 -0
- package/src/sap/ui/export/messagebundle_cy.properties +27 -0
- package/src/sap/ui/export/messagebundle_da.properties +27 -0
- package/src/sap/ui/export/messagebundle_de.properties +27 -0
- package/src/sap/ui/export/messagebundle_el.properties +27 -0
- package/src/sap/ui/export/messagebundle_en_GB.properties +27 -0
- package/src/sap/ui/export/messagebundle_en_US_saprigi.properties +52 -25
- package/src/sap/ui/export/messagebundle_es.properties +27 -0
- package/src/sap/ui/export/messagebundle_es_MX.properties +27 -0
- package/src/sap/ui/export/messagebundle_et.properties +27 -0
- package/src/sap/ui/export/messagebundle_fi.properties +27 -0
- package/src/sap/ui/export/messagebundle_fr.properties +27 -0
- package/src/sap/ui/export/messagebundle_fr_CA.properties +27 -0
- package/src/sap/ui/export/messagebundle_hi.properties +27 -0
- package/src/sap/ui/export/messagebundle_hr.properties +27 -0
- package/src/sap/ui/export/messagebundle_hu.properties +27 -0
- package/src/sap/ui/export/messagebundle_id.properties +27 -0
- package/src/sap/ui/export/messagebundle_it.properties +27 -0
- package/src/sap/ui/export/messagebundle_iw.properties +27 -0
- package/src/sap/ui/export/messagebundle_ja.properties +27 -0
- package/src/sap/ui/export/messagebundle_kk.properties +27 -0
- package/src/sap/ui/export/messagebundle_ko.properties +27 -0
- package/src/sap/ui/export/messagebundle_lt.properties +27 -0
- package/src/sap/ui/export/messagebundle_lv.properties +27 -0
- package/src/sap/ui/export/messagebundle_ms.properties +27 -0
- package/src/sap/ui/export/messagebundle_nl.properties +27 -0
- package/src/sap/ui/export/messagebundle_no.properties +27 -0
- package/src/sap/ui/export/messagebundle_pl.properties +27 -0
- package/src/sap/ui/export/messagebundle_pt.properties +27 -0
- package/src/sap/ui/export/messagebundle_pt_PT.properties +27 -0
- package/src/sap/ui/export/messagebundle_ro.properties +27 -0
- package/src/sap/ui/export/messagebundle_ru.properties +27 -0
- package/src/sap/ui/export/messagebundle_sh.properties +27 -0
- package/src/sap/ui/export/messagebundle_sk.properties +27 -0
- package/src/sap/ui/export/messagebundle_sl.properties +27 -0
- package/src/sap/ui/export/messagebundle_sr.properties +27 -0
- package/src/sap/ui/export/messagebundle_sv.properties +27 -0
- package/src/sap/ui/export/messagebundle_th.properties +27 -0
- package/src/sap/ui/export/messagebundle_tr.properties +27 -0
- package/src/sap/ui/export/messagebundle_uk.properties +27 -0
- package/src/sap/ui/export/messagebundle_vi.properties +27 -0
- package/src/sap/ui/export/messagebundle_zh_CN.properties +27 -0
- package/src/sap/ui/export/messagebundle_zh_TW.properties +27 -0
|
@@ -1,50 +1,77 @@
|
|
|
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=Peruuta
|
|
3
6
|
|
|
7
|
+
#XBUT: Export button in the dialog. The meaning is: "Continue" but the first character should not be the same as by "Cancel"
|
|
4
8
|
EXPORT_BUTTON=Vie
|
|
5
9
|
|
|
10
|
+
#XHED: Default title text for the export progress dialog
|
|
6
11
|
PROGRESS_TITLE=Vie asiakirja
|
|
7
12
|
|
|
13
|
+
#XMSG: Message text informing that exported data is fetched from the server
|
|
8
14
|
PROGRESS_FETCHING_MSG=Tiedot noudetaan palvelimesta...
|
|
9
15
|
|
|
16
|
+
#XHED: Default title text for the export progress error message box
|
|
10
17
|
PROGRESS_ERROR_TITLE=Vientivirhe
|
|
11
18
|
|
|
19
|
+
#XMSG: Message text informing that an error has occurred during export
|
|
12
20
|
PROGRESS_ERROR_MSG=Vienniss\u00E4 tapahtui seuraava virhe\:
|
|
13
21
|
|
|
22
|
+
#XMSG: Message text informing that the exported file is too big
|
|
14
23
|
SIZE_WARNING_MSG=Viety asiakirja, jossa on {0} rivi\u00E4 ja {1} saraketta, on liian suuri.\nSovelluksen muistikapasiteetti saatetaan ylitt\u00E4\u00E4.\nPeruuta ja valitse pienempi tietojoukko vienti\u00E4 varten.
|
|
15
24
|
|
|
25
|
+
#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.
|
|
16
26
|
MSG_WARNING_CUT_OFF=Rivien lukum\u00E4\u00E4r\u00E4 ({0}) ylitt\u00E4\u00E4 rivien enimm\u00E4islukum\u00E4\u00E4r\u00E4n, joka yht\u00E4 laskentataulukkoa kohti voidaan vied\u00E4 (1\u00A0048\u00A0576).\nJos jatkat, vienti katkaistaan niin, ett\u00E4 rivien m\u00E4\u00E4r\u00E4 vastaa enimm\u00E4islukum\u00E4\u00E4r\u00E4.
|
|
17
27
|
|
|
28
|
+
#XMSG: Textual representation of the technical error message which indicates that the export ran out of memory.
|
|
18
29
|
MSG_ERROR_OUT_OF_MEMORY=Vientiprosessista loppui muisti, ja prosessi p\u00E4\u00E4tettiin.\nMukauta sarake- tai suodatinasetuksia niin, ett\u00E4 voit valita pienemm\u00E4n m\u00E4\u00E4r\u00E4n soluja.
|
|
19
30
|
|
|
31
|
+
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
20
32
|
PROGRESS_ERROR_DEFAULT=Tuntematon virhe
|
|
21
33
|
|
|
34
|
+
#XHED: Default title text for the export settings dialog
|
|
22
35
|
EXPORT_SETTINGS_TITLE=Vie muodossa
|
|
23
36
|
|
|
37
|
+
#XFLD: File name
|
|
24
38
|
FILE_NAME=Tiedostonimi
|
|
25
39
|
|
|
40
|
+
#XFLD: Select format
|
|
26
41
|
SELECT_FORMAT=Valitse muoto
|
|
27
42
|
|
|
43
|
+
#XFLD: Split cells with multiple values
|
|
28
44
|
SPLIT_CELLS=Jaa useita arvoja sis\u00E4lt\u00E4v\u00E4t solut
|
|
29
45
|
|
|
46
|
+
#XFLD: Include filter settings
|
|
30
47
|
INCLUDE_FILTER_SETTINGS=Sis\u00E4llyt\u00E4 suodatinasetukset
|
|
31
48
|
|
|
49
|
+
#XHED: Header of the filter sheet
|
|
32
50
|
FILTER_HEADER=Suodin
|
|
33
51
|
|
|
52
|
+
#XFLD: Add current date and time to the file name
|
|
34
53
|
ADD_DATE_TIME=Lis\u00E4\u00E4 tiedostonimeen kuluva p\u00E4iv\u00E4m\u00E4\u00E4r\u00E4 ja aika
|
|
35
54
|
|
|
55
|
+
#XLST: Microsoft Excel Workbook file type config for spreadsheet export
|
|
36
56
|
XLSX_FILETYPE=Microsoft Excel \u2011ty\u00F6kirja (*.xlsx)
|
|
37
57
|
|
|
58
|
+
#XMSG: File name warning text
|
|
38
59
|
FILENAME_WARNING=Sy\u00F6tt\u00E4m\u00E4si tiedostonimen pituus ylitt\u00E4\u00E4 100 merkki\u00E4. T\u00E4m\u00E4 voi est\u00E4\u00E4 laskentataulukkoa avautumasta oikein.
|
|
39
60
|
|
|
61
|
+
#XMSG: File name error text
|
|
40
62
|
FILENAME_ERROR=Et voi k\u00E4ytt\u00E4\u00E4 mit\u00E4\u00E4n seuraavista merkeist\u00E4 tiedoston nimess\u00E4\: \\ / \: * ? " < > |
|
|
41
63
|
|
|
64
|
+
#XMSG: Message text informing that exported file is being created
|
|
42
65
|
PROGRESS_BUNDLE_MSG=Tiedosto generoidaan
|
|
43
66
|
|
|
67
|
+
#XMSG: Message text informing that the exported file size cannot be predicted
|
|
44
68
|
NO_COUNT_WARNING_MSG=Viedyss\u00E4 konfiguraatiossa ei ole ilmoitettu lukum\u00E4\u00E4r\u00E4\u00E4. \nVietyjen rivien kokonaislukum\u00E4\u00E4r\u00E4\u00E4 ei voida ennustaa ja se voi ylitt\u00E4\u00E4 sovelluksen muistikapasiteetin. \n\u00C4l\u00E4 jatka, ellet ole varma, ett\u00E4 nykyiset suodatinasetukset eiv\u00E4t tuota suurta m\u00E4\u00E4r\u00E4\u00E4 dataa.
|
|
45
69
|
|
|
70
|
+
#XTIT: Title of the XLSX document if no title is defined in SpreadSheet settings
|
|
46
71
|
XLSX_DEFAULT_TITLE=SAPUI5-vienti
|
|
47
72
|
|
|
73
|
+
#XTIT,30: Default label of the data sheet - use less than 31 characters!
|
|
48
74
|
XLSX_DEFAULT_SHEETNAME=SAPUI5-vienti
|
|
49
75
|
|
|
76
|
+
#XLST: Portable Document Format type config for PDF export
|
|
50
77
|
PDF_FILETYPE=PDF-muoto (*.pdf)
|
|
@@ -1,50 +1,77 @@
|
|
|
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=Annuler
|
|
3
6
|
|
|
7
|
+
#XBUT: Export button in the dialog. The meaning is: "Continue" but the first character should not be the same as by "Cancel"
|
|
4
8
|
EXPORT_BUTTON=Exporter
|
|
5
9
|
|
|
10
|
+
#XHED: Default title text for the export progress dialog
|
|
6
11
|
PROGRESS_TITLE=Exporter un document
|
|
7
12
|
|
|
13
|
+
#XMSG: Message text informing that exported data is fetched from the server
|
|
8
14
|
PROGRESS_FETCHING_MSG=Extraction des donn\u00E9es du serveur...
|
|
9
15
|
|
|
16
|
+
#XHED: Default title text for the export progress error message box
|
|
10
17
|
PROGRESS_ERROR_TITLE=Erreur d'exportation
|
|
11
18
|
|
|
19
|
+
#XMSG: Message text informing that an error has occurred during export
|
|
12
20
|
PROGRESS_ERROR_MSG=L'erreur suivante est survenue lors de l'exportation \:
|
|
13
21
|
|
|
22
|
+
#XMSG: Message text informing that the exported file is too big
|
|
14
23
|
SIZE_WARNING_MSG=Le document export\u00E9 contenant {0} lignes et {1} colonnes est trop volumineux.\nLa capacit\u00E9 de m\u00E9moire de l''application peut \u00EAtre d\u00E9pass\u00E9e.\nAnnulez l''op\u00E9ration et s\u00E9lectionnez un ensemble de donn\u00E9es plus petit pour l''exportation.
|
|
15
24
|
|
|
25
|
+
#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.
|
|
16
26
|
MSG_WARNING_CUT_OFF=Le nombre de lignes ({0}) d\u00E9passe le nombre maximal de lignes pouvant \u00EAtre export\u00E9es par feuille de calcul (1048576).\nSi vous poursuivez, le nombre de lignes \u00E0 exporter sera tronqu\u00E9 afin de correspondre \u00E0 ce nombre maximal.
|
|
17
27
|
|
|
28
|
+
#XMSG: Textual representation of the technical error message which indicates that the export ran out of memory.
|
|
18
29
|
MSG_ERROR_OUT_OF_MEMORY=La m\u00E9moire \u00E9tait insuffisante et le processus d'exportation a pris fin.\nAjustez vos options de colonnes ou de filtre pour s\u00E9lectionner un plus petit nombre de cellules.
|
|
19
30
|
|
|
31
|
+
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
20
32
|
PROGRESS_ERROR_DEFAULT=Erreur inconnue
|
|
21
33
|
|
|
34
|
+
#XHED: Default title text for the export settings dialog
|
|
22
35
|
EXPORT_SETTINGS_TITLE=Exporter comme
|
|
23
36
|
|
|
37
|
+
#XFLD: File name
|
|
24
38
|
FILE_NAME=Nom de fichier
|
|
25
39
|
|
|
40
|
+
#XFLD: Select format
|
|
26
41
|
SELECT_FORMAT=S\u00E9lectionner format
|
|
27
42
|
|
|
43
|
+
#XFLD: Split cells with multiple values
|
|
28
44
|
SPLIT_CELLS=Fractionner les cellules avec plusieurs valeurs
|
|
29
45
|
|
|
46
|
+
#XFLD: Include filter settings
|
|
30
47
|
INCLUDE_FILTER_SETTINGS=Inclure les options de filtre
|
|
31
48
|
|
|
49
|
+
#XHED: Header of the filter sheet
|
|
32
50
|
FILTER_HEADER=Filtrer
|
|
33
51
|
|
|
52
|
+
#XFLD: Add current date and time to the file name
|
|
34
53
|
ADD_DATE_TIME=Ajouter les date et heure actuelles au nom du fichier
|
|
35
54
|
|
|
55
|
+
#XLST: Microsoft Excel Workbook file type config for spreadsheet export
|
|
36
56
|
XLSX_FILETYPE=Classeur Microsoft Excel (*.xlsx)
|
|
37
57
|
|
|
58
|
+
#XMSG: File name warning text
|
|
38
59
|
FILENAME_WARNING=Le nom de fichier que vous avez entr\u00E9 d\u00E9passe 100 caract\u00E8res. Cela peut emp\u00EAcher la feuille de calcul de s'ouvrir correctement.
|
|
39
60
|
|
|
61
|
+
#XMSG: File name error text
|
|
40
62
|
FILENAME_ERROR=Vous ne pouvez pas utiliser les caract\u00E8res suivants dans un nom de fichier \: \\ / \: * ? " < > |
|
|
41
63
|
|
|
64
|
+
#XMSG: Message text informing that exported file is being created
|
|
42
65
|
PROGRESS_BUNDLE_MSG=G\u00E9n\u00E9ration du fichier
|
|
43
66
|
|
|
67
|
+
#XMSG: Message text informing that the exported file size cannot be predicted
|
|
44
68
|
NO_COUNT_WARNING_MSG=Aucun comptage indiqu\u00E9 dans la configuration d'exportation. \nLe nombre total de lignes export\u00E9es ne peut pas \u00EAtre pr\u00E9vu et peut d\u00E9passer la capacit\u00E9 de m\u00E9moire de l'application. \nNe poursuivez pas, sauf si vous \u00EAtes s\u00FBr que les options de filtre actuelles n'entra\u00EEneront pas un grand volume de donn\u00E9es.
|
|
45
69
|
|
|
70
|
+
#XTIT: Title of the XLSX document if no title is defined in SpreadSheet settings
|
|
46
71
|
XLSX_DEFAULT_TITLE=Exportation SAPUI5
|
|
47
72
|
|
|
73
|
+
#XTIT,30: Default label of the data sheet - use less than 31 characters!
|
|
48
74
|
XLSX_DEFAULT_SHEETNAME=Exportation SAPUI5
|
|
49
75
|
|
|
76
|
+
#XLST: Portable Document Format type config for PDF export
|
|
50
77
|
PDF_FILETYPE=Portable Document Format (*.pdf)
|
|
@@ -1,50 +1,77 @@
|
|
|
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=Annuler
|
|
3
6
|
|
|
7
|
+
#XBUT: Export button in the dialog. The meaning is: "Continue" but the first character should not be the same as by "Cancel"
|
|
4
8
|
EXPORT_BUTTON=Exporter
|
|
5
9
|
|
|
10
|
+
#XHED: Default title text for the export progress dialog
|
|
6
11
|
PROGRESS_TITLE=Exporter le document
|
|
7
12
|
|
|
13
|
+
#XMSG: Message text informing that exported data is fetched from the server
|
|
8
14
|
PROGRESS_FETCHING_MSG=Extraction des donn\u00E9es du serveur...
|
|
9
15
|
|
|
16
|
+
#XHED: Default title text for the export progress error message box
|
|
10
17
|
PROGRESS_ERROR_TITLE=Erreur d'exportation
|
|
11
18
|
|
|
19
|
+
#XMSG: Message text informing that an error has occurred during export
|
|
12
20
|
PROGRESS_ERROR_MSG=L'erreur suivante s'est produite lors de l'exportation\:
|
|
13
21
|
|
|
22
|
+
#XMSG: Message text informing that the exported file is too big
|
|
14
23
|
SIZE_WARNING_MSG=Le document export\u00E9 contenant {0} lignes et {1} colonnes est trop volumineux.\nCela peut entra\u00EEner un d\u00E9passement de la capacit\u00E9 de m\u00E9moire de l''application.\nAnnulez l''op\u00E9ration et s\u00E9lectionnez un jeu de donn\u00E9es plus petit pour l''exportation.
|
|
15
24
|
|
|
25
|
+
#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.
|
|
16
26
|
MSG_WARNING_CUT_OFF=Le nombre de lignes ({0}) d\u00E9passe le nombre maximal de lignes que vous pouvez exporter par feuille de calcul (1\u00A0048\u00A0576).\nSi vous poursuivez, l''exportation sera tronqu\u00E9e pour respecter le nombre maximal.
|
|
17
27
|
|
|
28
|
+
#XMSG: Textual representation of the technical error message which indicates that the export ran out of memory.
|
|
18
29
|
MSG_ERROR_OUT_OF_MEMORY=Le processus d'exportation manque de m\u00E9moire et a \u00E9t\u00E9 interrompu.\nVeuillez ajuster les param\u00E8tres de colonne ou de filtre pour s\u00E9lectionner un nombre de cellules plus petit.
|
|
19
30
|
|
|
31
|
+
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
20
32
|
PROGRESS_ERROR_DEFAULT=Erreur inconnue
|
|
21
33
|
|
|
34
|
+
#XHED: Default title text for the export settings dialog
|
|
22
35
|
EXPORT_SETTINGS_TITLE=Exporter en tant que
|
|
23
36
|
|
|
37
|
+
#XFLD: File name
|
|
24
38
|
FILE_NAME=Nom du fichier
|
|
25
39
|
|
|
40
|
+
#XFLD: Select format
|
|
26
41
|
SELECT_FORMAT=S\u00E9lectionner un format
|
|
27
42
|
|
|
43
|
+
#XFLD: Split cells with multiple values
|
|
28
44
|
SPLIT_CELLS=Fractionner les cellules contenant plusieurs valeurs
|
|
29
45
|
|
|
46
|
+
#XFLD: Include filter settings
|
|
30
47
|
INCLUDE_FILTER_SETTINGS=Inclure les param\u00E8tres de filtre
|
|
31
48
|
|
|
49
|
+
#XHED: Header of the filter sheet
|
|
32
50
|
FILTER_HEADER=Filtre
|
|
33
51
|
|
|
52
|
+
#XFLD: Add current date and time to the file name
|
|
34
53
|
ADD_DATE_TIME=Ajouter la date et l'heure actuelles au nom du fichier
|
|
35
54
|
|
|
55
|
+
#XLST: Microsoft Excel Workbook file type config for spreadsheet export
|
|
36
56
|
XLSX_FILETYPE=Classeur Microsoft Excel (*.xlsx)
|
|
37
57
|
|
|
58
|
+
#XMSG: File name warning text
|
|
38
59
|
FILENAME_WARNING=Le nom de fichier que vous avez saisi d\u00E9passe 100 caract\u00E8res. Cela peut compromettre l'ouverture de la feuille de calcul.
|
|
39
60
|
|
|
61
|
+
#XMSG: File name error text
|
|
40
62
|
FILENAME_ERROR=Vous ne pouvez pas utiliser les caract\u00E8res suivants dans un nom de fichier\: \\ / \: * ? " < > |
|
|
41
63
|
|
|
64
|
+
#XMSG: Message text informing that exported file is being created
|
|
42
65
|
PROGRESS_BUNDLE_MSG=G\u00E9n\u00E9ration du fichier en cours
|
|
43
66
|
|
|
67
|
+
#XMSG: Message text informing that the exported file size cannot be predicted
|
|
44
68
|
NO_COUNT_WARNING_MSG=Aucun nombre indiqu\u00E9 dans la configuration d'exportation. \nLe nombre total de lignes export\u00E9es ne peut pas \u00EAtre pr\u00E9dit et peut d\u00E9passer la capacit\u00E9 de m\u00E9moire de l'application. \nNe poursuivez pas l'op\u00E9ration, sauf si vous \u00EAtes s\u00FBr que les param\u00E8tres de filtre actuels n'entra\u00EEneront pas un grand volume de donn\u00E9es.
|
|
45
69
|
|
|
70
|
+
#XTIT: Title of the XLSX document if no title is defined in SpreadSheet settings
|
|
46
71
|
XLSX_DEFAULT_TITLE=Exportation SAPUI5
|
|
47
72
|
|
|
73
|
+
#XTIT,30: Default label of the data sheet - use less than 31 characters!
|
|
48
74
|
XLSX_DEFAULT_SHEETNAME=Exportation SAPUI5
|
|
49
75
|
|
|
76
|
+
#XLST: Portable Document Format type config for PDF export
|
|
50
77
|
PDF_FILETYPE=Portable Document Format (*.pdf)
|
|
@@ -1,50 +1,77 @@
|
|
|
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=\u0930\u0926\u094D\u0926 \u0915\u0930\u0947\u0902
|
|
3
6
|
|
|
7
|
+
#XBUT: Export button in the dialog. The meaning is: "Continue" but the first character should not be the same as by "Cancel"
|
|
4
8
|
EXPORT_BUTTON=\u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0930\u0947\u0902
|
|
5
9
|
|
|
10
|
+
#XHED: Default title text for the export progress dialog
|
|
6
11
|
PROGRESS_TITLE=\u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0930\u0947\u0902
|
|
7
12
|
|
|
13
|
+
#XMSG: Message text informing that exported data is fetched from the server
|
|
8
14
|
PROGRESS_FETCHING_MSG=\u0938\u0930\u094D\u0935\u0930 \u0938\u0947 \u0921\u0947\u091F\u093E \u0932\u093E \u0930\u0939\u093E \u0939\u0948...
|
|
9
15
|
|
|
16
|
+
#XHED: Default title text for the export progress error message box
|
|
10
17
|
PROGRESS_ERROR_TITLE=\u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0924\u094D\u0930\u0941\u091F\u093F
|
|
11
18
|
|
|
19
|
+
#XMSG: Message text informing that an error has occurred during export
|
|
12
20
|
PROGRESS_ERROR_MSG=\u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0924\u094D\u0930\u0941\u091F\u093F \u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0947 \u0926\u094C\u0930\u093E\u0928 \u0909\u0924\u094D\u092A\u0928\u094D\u0928 \u0939\u0941\u0908\:
|
|
13
21
|
|
|
22
|
+
#XMSG: Message text informing that the exported file is too big
|
|
14
23
|
SIZE_WARNING_MSG=\u091A\u0947\u0924\u093E\u0935\u0928\u0940\: {0} \u092A\u0902\u0915\u094D\u0924\u093F\u092F\u094B\u0902 \u0914\u0930 {1} \u0938\u094D\u0924\u0902\u092D\u094B\u0902 \u0915\u0947 \u0938\u093E\u0925 \u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u092C\u0939\u0941\u0924 \u092C\u0921\u093C\u093E \u0939\u0948 \n\u090F\u092A\u094D\u0932\u093F\u0915\u0947\u0936\u0928 \u0915\u0940 \u092E\u0947\u092E\u094B\u0930\u0940 \u0915\u094D\u0937\u092E\u0924\u093E \u0915\u0940 \u0938\u0940\u092E\u093E \u092A\u093E\u0930 \u0915\u0940 \u091C\u093E \u0938\u0915\u0924\u0940 \u0939\u0948.\n\u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0947 \u0932\u093F\u090F \u091B\u094B\u091F\u0947 \u0921\u0947\u091F\u093E \u0938\u0947\u091F \u0915\u093E \u091A\u092F\u0928 \u0915\u0930\u0947\u0902 \u0914\u0930 \u0930\u0926\u094D\u0926 \u0915\u0930\u0947\u0902.
|
|
15
24
|
|
|
25
|
+
#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.
|
|
16
26
|
MSG_WARNING_CUT_OFF=\u092A\u0902\u0915\u094D\u0924\u093F\u092F\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E ({0}) \u0909\u0928 \u092A\u0902\u0915\u094D\u0924\u093F\u092F\u094B\u0902 \u0915\u0940 \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u0948 \u091C\u093F\u0928\u094D\u0939\u0947\u0902 \u0906\u092A \u092A\u094D\u0930\u0924\u093F \u0938\u094D\u092A\u094D\u0930\u0947\u0921\u0936\u0940\u091F (1,048,576) \u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902.\n\u092F\u0926\u093F \u0906\u092A \u0906\u0917\u0947 \u092C\u0922\u093C\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0905\u0927\u093F\u0915\u0924\u092E \u0938\u0902\u0916\u094D\u092F\u093E \u0938\u0947 \u092E\u0947\u0932 \u0916\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u091F \u0911\u092B\u093C \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E.
|
|
17
27
|
|
|
28
|
+
#XMSG: Textual representation of the technical error message which indicates that the export ran out of memory.
|
|
18
29
|
MSG_ERROR_OUT_OF_MEMORY=\u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u092A\u094D\u0930\u0915\u094D\u0930\u093F\u092F\u093E \u092E\u0947\u092E\u094B\u0930\u0940 \u0938\u0947 \u092C\u093E\u0939\u0930 \u0939\u094B \u0917\u0908 \u0914\u0930 \u0938\u092E\u093E\u092A\u094D\u0924 \u0915\u0930 \u0926\u0940 \u0917\u0908.\n\u0938\u0947\u0932 \u0915\u0940 \u0915\u092E \u0938\u0902\u0916\u094D\u092F\u093E \u0915\u093E \u091A\u092F\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u0905\u092A\u0928\u093E \u0915\u0949\u0932\u092E \u092F\u093E \u092B\u093C\u093F\u0932\u094D\u091F\u0930 \u0938\u0947\u091F\u093F\u0902\u0917 \u0938\u092E\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0947\u0902.
|
|
19
30
|
|
|
31
|
+
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
20
32
|
PROGRESS_ERROR_DEFAULT=\u0905\u091C\u094D\u091E\u093E\u0924 \u0924\u094D\u0930\u0941\u091F\u093F
|
|
21
33
|
|
|
34
|
+
#XHED: Default title text for the export settings dialog
|
|
22
35
|
EXPORT_SETTINGS_TITLE=\u0915\u0947 \u0930\u0942\u092A \u092E\u0947\u0902 \u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0930\u0947\u0902
|
|
23
36
|
|
|
37
|
+
#XFLD: File name
|
|
24
38
|
FILE_NAME=\u092B\u093C\u093E\u0907\u0932 \u0928\u093E\u092E
|
|
25
39
|
|
|
40
|
+
#XFLD: Select format
|
|
26
41
|
SELECT_FORMAT=\u0938\u094D\u0935\u0930\u0942\u092A \u0915\u093E \u091A\u092F\u0928 \u0915\u0930\u0947\u0902
|
|
27
42
|
|
|
43
|
+
#XFLD: Split cells with multiple values
|
|
28
44
|
SPLIT_CELLS=\u090F\u0915\u093E\u0927\u093F\u0915 \u092E\u093E\u0928\u094B\u0902 \u0915\u0947 \u0938\u093E\u0925 \u0938\u0947\u0932 \u0915\u093E \u0935\u093F\u092D\u093E\u091C\u0928 \u0915\u0930\u0947\u0902
|
|
29
45
|
|
|
46
|
+
#XFLD: Include filter settings
|
|
30
47
|
INCLUDE_FILTER_SETTINGS=\u092B\u093C\u0940\u0932\u094D\u091F\u0930 \u0938\u0947\u091F\u093F\u0902\u0917 \u0936\u093E\u092E\u093F\u0932 \u0915\u0930\u0947\u0902
|
|
31
48
|
|
|
49
|
+
#XHED: Header of the filter sheet
|
|
32
50
|
FILTER_HEADER=\u095E\u093F\u0932\u094D\u091F\u0930
|
|
33
51
|
|
|
52
|
+
#XFLD: Add current date and time to the file name
|
|
34
53
|
ADD_DATE_TIME=\u092B\u093C\u093E\u0907\u0932 \u0928\u093E\u092E \u092A\u0930 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u0926\u093F\u0928\u093E\u0902\u0915 \u0914\u0930 \u0938\u092E\u092F \u091C\u094B\u0921\u093C\u0947\u0902
|
|
35
54
|
|
|
55
|
+
#XLST: Microsoft Excel Workbook file type config for spreadsheet export
|
|
36
56
|
XLSX_FILETYPE=Microsoft Excel \u0915\u093E\u0930\u094D\u092F\u092A\u0941\u0938\u094D\u0924\u093F\u0915\u093E (*.xlsx)
|
|
37
57
|
|
|
58
|
+
#XMSG: File name warning text
|
|
38
59
|
FILENAME_WARNING=\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0926\u0930\u094D\u091C \u092B\u093C\u093E\u0907\u0932 \u0928\u093E\u092E 100 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u0940 \u0938\u0940\u092E\u093E \u092A\u093E\u0930 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948. \u092F\u0939 \u0938\u094D\u092A\u094D\u0930\u0947\u0921\u0936\u0940\u091F \u0915\u094B \u0938\u0939\u0940 \u0924\u0930\u0940\u0915\u0947 \u0938\u0947 \u0916\u094B\u0932\u0928\u0947 \u0938\u0947 \u0930\u094B\u0915 \u0938\u0915\u0924\u093E \u0939\u0948.
|
|
39
60
|
|
|
61
|
+
#XMSG: File name error text
|
|
40
62
|
FILENAME_ERROR=\u0906\u092A \u092B\u093C\u093E\u0907\u0932 \u0928\u093E\u092E \u092E\u0947\u0902 \u0938\u0947 \u0915\u093F\u0938\u0940 \u092D\u0940 \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0935\u0930\u094D\u0923\u094B\u0902 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0928\u0939\u0940\u0902 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\: \\ / \: * ? " < > |
|
|
41
63
|
|
|
64
|
+
#XMSG: Message text informing that exported file is being created
|
|
42
65
|
PROGRESS_BUNDLE_MSG=\u092B\u093C\u093E\u0907\u0932 \u091C\u0928\u0930\u0947\u091F \u0915\u0940 \u091C\u093E \u0930\u0939\u0940 \u0939\u0948
|
|
43
66
|
|
|
67
|
+
#XMSG: Message text informing that the exported file size cannot be predicted
|
|
44
68
|
NO_COUNT_WARNING_MSG=\u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u0949\u0928\u094D\u092B\u093C\u093F\u0917\u0930\u0947\u0936\u0928 \u092E\u0947\u0902 \u0915\u094B\u0908 \u0906\u0902\u0915\u0921\u093C\u093E \u092A\u094D\u0930\u0926\u093E\u0928 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u0939\u0948. \n\u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\u093F\u090F \u0917\u090F \u0915\u0941\u0932 \u092A\u0902\u0915\u094D\u0924\u093F\u092F\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E \u0915\u093E \u0905\u0928\u0941\u092E\u093E\u0928 \u0928\u0939\u0940\u0902 \u0932\u0917\u093E\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0948 \u0914\u0930 \u090F\u092A\u094D\u0932\u093F\u0915\u0947\u0936\u0928 \u0915\u0940 \u092E\u0947\u092E\u094B\u0930\u0940 \u0915\u0940 \u0915\u094D\u0937\u092E\u0924\u093E \u0915\u094B \u092A\u093E\u0930 \u0915\u0930 \u0938\u0915\u0924\u093E \u0939\u0948. \n\u091C\u092C \u0924\u0915 \u0906\u092A \u0907\u0938 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0928 \u0939\u094B\u0902 \u0915\u093F \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092B\u093C\u093F\u0932\u094D\u091F\u0930 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0947 \u092A\u0930\u093F\u0923\u093E\u092E\u0938\u094D\u0935\u0930\u0942\u092A \u092C\u0921\u093C\u0940 \u092E\u093E\u0924\u094D\u0930\u093E \u092E\u0947\u0902 \u0921\u0947\u091F\u093E \u0928\u0939\u0940\u0902 \u0906\u090F\u0917\u0940 \u0915\u0943\u092A\u092F\u093E \u0924\u092C \u0924\u0915 \u0906\u0917\u0947 \u0928 \u092C\u0922\u093C\u0947\u0902.
|
|
45
69
|
|
|
70
|
+
#XTIT: Title of the XLSX document if no title is defined in SpreadSheet settings
|
|
46
71
|
XLSX_DEFAULT_TITLE=SAPUI5 \u0928\u093F\u0930\u094D\u092F\u093E\u0924
|
|
47
72
|
|
|
73
|
+
#XTIT,30: Default label of the data sheet - use less than 31 characters!
|
|
48
74
|
XLSX_DEFAULT_SHEETNAME=SAPUI5 \u0928\u093F\u0930\u094D\u092F\u093E\u0924
|
|
49
75
|
|
|
76
|
+
#XLST: Portable Document Format type config for PDF export
|
|
50
77
|
PDF_FILETYPE=\u092A\u094B\u0930\u094D\u091F\u0947\u092C\u0932 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u092A\u094D\u0930\u093E\u0930\u0942\u092A (*.pdf)
|
|
@@ -1,50 +1,77 @@
|
|
|
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=Otka\u017Ei
|
|
3
6
|
|
|
7
|
+
#XBUT: Export button in the dialog. The meaning is: "Continue" but the first character should not be the same as by "Cancel"
|
|
4
8
|
EXPORT_BUTTON=Eksportiraj
|
|
5
9
|
|
|
10
|
+
#XHED: Default title text for the export progress dialog
|
|
6
11
|
PROGRESS_TITLE=Eksportiraj dokument
|
|
7
12
|
|
|
13
|
+
#XMSG: Message text informing that exported data is fetched from the server
|
|
8
14
|
PROGRESS_FETCHING_MSG=Dohva\u0107anje podataka s poslu\u017Eitelja...
|
|
9
15
|
|
|
16
|
+
#XHED: Default title text for the export progress error message box
|
|
10
17
|
PROGRESS_ERROR_TITLE=Gre\u0161ka eksporta
|
|
11
18
|
|
|
19
|
+
#XMSG: Message text informing that an error has occurred during export
|
|
12
20
|
PROGRESS_ERROR_MSG=Tijekom eksporta pojavila se sljede\u0107a gre\u0161ka\:
|
|
13
21
|
|
|
22
|
+
#XMSG: Message text informing that the exported file is too big
|
|
14
23
|
SIZE_WARNING_MSG=Eksportirani dokument s {0} redova i {1} stupaca je prevelik.\nKapacitet memorije aplikacije mo\u017Eda \u0107e se prekora\u010Diti.\nOtka\u017Eite i odaberite manji skup podataka za eksport.
|
|
15
24
|
|
|
25
|
+
#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.
|
|
16
26
|
MSG_WARNING_CUT_OFF=Broj redova ({0}) prekora\u010Duje maksimalni broj redova koji mo\u017Eete eksportirati po tabli\u010Dnom kalkulatoru (1,048,576).\nAko nastavite, eksport \u0107e se odrezati tako da odgovara tom maksimanom broju.
|
|
17
27
|
|
|
28
|
+
#XMSG: Textual representation of the technical error message which indicates that the export ran out of memory.
|
|
18
29
|
MSG_ERROR_OUT_OF_MEMORY=Procesu eksporta nestalo je memorije, pa je prekinut.\nUskladite postave stupaca ili filtera tako da odaberete manje \u0107elija.
|
|
19
30
|
|
|
31
|
+
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
20
32
|
PROGRESS_ERROR_DEFAULT=Nepoznata gre\u0161ka
|
|
21
33
|
|
|
34
|
+
#XHED: Default title text for the export settings dialog
|
|
22
35
|
EXPORT_SETTINGS_TITLE=Eksportiraj kao
|
|
23
36
|
|
|
37
|
+
#XFLD: File name
|
|
24
38
|
FILE_NAME=Naziv datoteke
|
|
25
39
|
|
|
40
|
+
#XFLD: Select format
|
|
26
41
|
SELECT_FORMAT=Odaberi format
|
|
27
42
|
|
|
43
|
+
#XFLD: Split cells with multiple values
|
|
28
44
|
SPLIT_CELLS=Razdijeli \u0107elije s vi\u0161estrukim vrijednostima
|
|
29
45
|
|
|
46
|
+
#XFLD: Include filter settings
|
|
30
47
|
INCLUDE_FILTER_SETTINGS=Uklju\u010Di postave filtera
|
|
31
48
|
|
|
49
|
+
#XHED: Header of the filter sheet
|
|
32
50
|
FILTER_HEADER=Filter
|
|
33
51
|
|
|
52
|
+
#XFLD: Add current date and time to the file name
|
|
34
53
|
ADD_DATE_TIME=Dodaj teku\u0107i datum i vrijeme nazivu datoteke
|
|
35
54
|
|
|
55
|
+
#XLST: Microsoft Excel Workbook file type config for spreadsheet export
|
|
36
56
|
XLSX_FILETYPE=Microsoft Excel radna knjiga (*.xlsx)
|
|
37
57
|
|
|
58
|
+
#XMSG: File name warning text
|
|
38
59
|
FILENAME_WARNING=Naziv datoteke koji ste unijeli prekora\u010Duje100 znakova. To mo\u017Ee onemogu\u0107iti ispravno otvaranje tabli\u010Dnog kalkulatora.
|
|
39
60
|
|
|
61
|
+
#XMSG: File name error text
|
|
40
62
|
FILENAME_ERROR=U nazivu datoteke ne smijete upotrebljavati nijedan sljede\u0107i znak\: \\ / \: * ? " < > |
|
|
41
63
|
|
|
64
|
+
#XMSG: Message text informing that exported file is being created
|
|
42
65
|
PROGRESS_BUNDLE_MSG=Generiranje datoteke
|
|
43
66
|
|
|
67
|
+
#XMSG: Message text informing that the exported file size cannot be predicted
|
|
44
68
|
NO_COUNT_WARNING_MSG=U konfiguraciji eksporta nije naveden broj. \nUkupni broj eksportiranih redova nije mogu\u0107e predvidjeti te mo\u017Ee prelaziti kapacitet memorije aplikacije. \nNemojte nastavljati ako niste sigurni da trenuta\u010Dne postave filtera ne\u0107e rezultirati velikom koli\u010Dinom podataka.
|
|
45
69
|
|
|
70
|
+
#XTIT: Title of the XLSX document if no title is defined in SpreadSheet settings
|
|
46
71
|
XLSX_DEFAULT_TITLE=SAPUI5 eksport
|
|
47
72
|
|
|
73
|
+
#XTIT,30: Default label of the data sheet - use less than 31 characters!
|
|
48
74
|
XLSX_DEFAULT_SHEETNAME=SAPUI5 eksport
|
|
49
75
|
|
|
76
|
+
#XLST: Portable Document Format type config for PDF export
|
|
50
77
|
PDF_FILETYPE=Portable Document Format (*.pdf)
|
|
@@ -1,50 +1,77 @@
|
|
|
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=M\u00E9gse
|
|
3
6
|
|
|
7
|
+
#XBUT: Export button in the dialog. The meaning is: "Continue" but the first character should not be the same as by "Cancel"
|
|
4
8
|
EXPORT_BUTTON=Export\u00E1l\u00E1s
|
|
5
9
|
|
|
10
|
+
#XHED: Default title text for the export progress dialog
|
|
6
11
|
PROGRESS_TITLE=Dokumentum export\u00E1l\u00E1sa
|
|
7
12
|
|
|
13
|
+
#XMSG: Message text informing that exported data is fetched from the server
|
|
8
14
|
PROGRESS_FETCHING_MSG=Adatok h\u00EDv\u00E1sa a szerverr\u0151l...
|
|
9
15
|
|
|
16
|
+
#XHED: Default title text for the export progress error message box
|
|
10
17
|
PROGRESS_ERROR_TITLE=Export\u00E1l\u00E1si hiba
|
|
11
18
|
|
|
19
|
+
#XMSG: Message text informing that an error has occurred during export
|
|
12
20
|
PROGRESS_ERROR_MSG=Export\u00E1l\u00E1skor a k\u00F6vetkez\u0151 hiba l\u00E9pett fel\:
|
|
13
21
|
|
|
22
|
+
#XMSG: Message text informing that the exported file is too big
|
|
14
23
|
SIZE_WARNING_MSG=A(z) {0} sort \u00E9s {1} oszlopot tartalmaz\u00F3 export\u00E1lt dokumentum t\u00FAl nagy.\nLehet, hogy t\u00FAll\u00E9pi az alkalmaz\u00E1s mem\u00F3riakapacit\u00E1s\u00E1t.\nSzak\u00EDtsa meg a m\u0171veletet, \u00E9s v\u00E1lasszon ki kisebb adathalmazt az export\u00E1l\u00E1shoz.
|
|
15
24
|
|
|
25
|
+
#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.
|
|
16
26
|
MSG_WARNING_CUT_OFF=A sorok sz\u00E1ma ({0}) nagyobb, mint a t\u00E1bl\u00E1zatonk\u00E9nt export\u00E1lhat\u00F3 sorok maxim\u00E1lis sz\u00E1ma (1 048 576).\nHa folytatja, az export\u00E1l\u00E1s a maxim\u00E1lis mennyis\u00E9gre csonkol\u00F3dik.
|
|
17
27
|
|
|
28
|
+
#XMSG: Textual representation of the technical error message which indicates that the export ran out of memory.
|
|
18
29
|
MSG_ERROR_OUT_OF_MEMORY=Az export\u00E1l\u00E1si folyamat sor\u00E1n elfogyott a mem\u00F3ria, ez\u00E9rt a folyamat megszakadt.\nM\u00F3dos\u00EDtsa az oszlop- vagy a sz\u0171r\u0151be\u00E1ll\u00EDt\u00E1sokat, hogy kevesebb cell\u00E1t v\u00E1lasszon ki.
|
|
19
30
|
|
|
31
|
+
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
20
32
|
PROGRESS_ERROR_DEFAULT=Ismeretlen hiba
|
|
21
33
|
|
|
34
|
+
#XHED: Default title text for the export settings dialog
|
|
22
35
|
EXPORT_SETTINGS_TITLE=Export\u00E1l\u00E1s m\u00E1sk\u00E9nt
|
|
23
36
|
|
|
37
|
+
#XFLD: File name
|
|
24
38
|
FILE_NAME=F\u00E1jln\u00E9v
|
|
25
39
|
|
|
40
|
+
#XFLD: Select format
|
|
26
41
|
SELECT_FORMAT=Form\u00E1tum kiv\u00E1laszt\u00E1sa
|
|
27
42
|
|
|
43
|
+
#XFLD: Split cells with multiple values
|
|
28
44
|
SPLIT_CELLS=T\u00F6bb\u00E9rt\u00E9k\u0171 cell\u00E1k sz\u00E9tbont\u00E1sa
|
|
29
45
|
|
|
46
|
+
#XFLD: Include filter settings
|
|
30
47
|
INCLUDE_FILTER_SETTINGS=Sz\u0171r\u0151be\u00E1ll\u00EDt\u00E1sokkal egy\u00FCtt
|
|
31
48
|
|
|
49
|
+
#XHED: Header of the filter sheet
|
|
32
50
|
FILTER_HEADER=Sz\u0171r\u00E9s
|
|
33
51
|
|
|
52
|
+
#XFLD: Add current date and time to the file name
|
|
34
53
|
ADD_DATE_TIME=Aktu\u00E1lis d\u00E1tum \u00E9s id\u0151pont hozz\u00E1ad\u00E1sa a f\u00E1jl nev\u00E9hez
|
|
35
54
|
|
|
55
|
+
#XLST: Microsoft Excel Workbook file type config for spreadsheet export
|
|
36
56
|
XLSX_FILETYPE=Microsoft Excel-munkaf\u00FCzet (*.xlsx)
|
|
37
57
|
|
|
58
|
+
#XMSG: File name warning text
|
|
38
59
|
FILENAME_WARNING=A megadott f\u00E1jln\u00E9v hosszabb, mint 100 karakter. Emiatt el\u0151fordulhat, hogy a t\u00E1bl\u00E1zat nem ny\u00EDlik meg megfelel\u0151en.
|
|
39
60
|
|
|
61
|
+
#XMSG: File name error text
|
|
40
62
|
FILENAME_ERROR=A f\u00E1jl nev\u00E9ben nem haszn\u00E1lhatja a k\u00F6vetkez\u0151 karaktereket\: \\ / \: * ? " < > |
|
|
41
63
|
|
|
64
|
+
#XMSG: Message text informing that exported file is being created
|
|
42
65
|
PROGRESS_BUNDLE_MSG=F\u00E1jl gener\u00E1l\u00E1sa
|
|
43
66
|
|
|
67
|
+
#XMSG: Message text informing that the exported file size cannot be predicted
|
|
44
68
|
NO_COUNT_WARNING_MSG=Nincs megadva darabsz\u00E1m az export\u00E1l\u00E1s konfigur\u00E1ci\u00F3j\u00E1ban. \nAz export\u00E1lt sorok sz\u00E1ma nem hat\u00E1rozhat\u00F3 meg el\u0151re, \u00E9s t\u00FAll\u00E9pheti az alkalmaz\u00E1s mem\u00F3riakapacit\u00E1s\u00E1t. \nK\u00E9rj\u00FCk, csak akkor folytassa, ha biztosan tudja, hogy a jelenlegi sz\u0171r\u0151be\u00E1ll\u00EDt\u00E1sok nem eredm\u00E9nyeznek nagy mennyis\u00E9g\u0171 adatot.
|
|
45
69
|
|
|
70
|
+
#XTIT: Title of the XLSX document if no title is defined in SpreadSheet settings
|
|
46
71
|
XLSX_DEFAULT_TITLE=SAPUI5-export\u00E1l\u00E1s
|
|
47
72
|
|
|
73
|
+
#XTIT,30: Default label of the data sheet - use less than 31 characters!
|
|
48
74
|
XLSX_DEFAULT_SHEETNAME=SAPUI5-export\u00E1l\u00E1s
|
|
49
75
|
|
|
76
|
+
#XLST: Portable Document Format type config for PDF export
|
|
50
77
|
PDF_FILETYPE=Portable Document Format (*.pdf)
|
|
@@ -1,50 +1,77 @@
|
|
|
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=Batalkan
|
|
3
6
|
|
|
7
|
+
#XBUT: Export button in the dialog. The meaning is: "Continue" but the first character should not be the same as by "Cancel"
|
|
4
8
|
EXPORT_BUTTON=Ekspor
|
|
5
9
|
|
|
10
|
+
#XHED: Default title text for the export progress dialog
|
|
6
11
|
PROGRESS_TITLE=Ekspor Dokumen
|
|
7
12
|
|
|
13
|
+
#XMSG: Message text informing that exported data is fetched from the server
|
|
8
14
|
PROGRESS_FETCHING_MSG=Mengambil data dari server...
|
|
9
15
|
|
|
16
|
+
#XHED: Default title text for the export progress error message box
|
|
10
17
|
PROGRESS_ERROR_TITLE=Kesalahan Ekspor
|
|
11
18
|
|
|
19
|
+
#XMSG: Message text informing that an error has occurred during export
|
|
12
20
|
PROGRESS_ERROR_MSG=Kesalahan berikut terjadi saat ekspor\:
|
|
13
21
|
|
|
22
|
+
#XMSG: Message text informing that the exported file is too big
|
|
14
23
|
SIZE_WARNING_MSG=Dokumen yang diekspor dengan {0} baris dan {1} kolom terlalu besar.\nKapasitas memori aplikasi mungkin terlampaui.\nBatalkan dan pilih himpunan data yang lebih kecil untuk ekspor tersebut.
|
|
15
24
|
|
|
25
|
+
#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.
|
|
16
26
|
MSG_WARNING_CUT_OFF=Jumlah baris ({0}) melebihi jumlah maksimal baris per spreadsheet yang dapat Anda ekspor (1.048.576).\nJika Anda melanjutkan, ekspor akan dipotong agar sesuai dengan jumlah maksimum.
|
|
17
27
|
|
|
28
|
+
#XMSG: Textual representation of the technical error message which indicates that the export ran out of memory.
|
|
18
29
|
MSG_ERROR_OUT_OF_MEMORY=Proses ekspor kehabisan memori dan diakhiri.\nSilakan sesuaikan pengaturan filter atau kolom Anda untuk memilih jumlah sel yang lebih kecil.
|
|
19
30
|
|
|
31
|
+
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
20
32
|
PROGRESS_ERROR_DEFAULT=Kesalahan yang tidak diketahui
|
|
21
33
|
|
|
34
|
+
#XHED: Default title text for the export settings dialog
|
|
22
35
|
EXPORT_SETTINGS_TITLE=Ekspor Sebagai
|
|
23
36
|
|
|
37
|
+
#XFLD: File name
|
|
24
38
|
FILE_NAME=Nama File
|
|
25
39
|
|
|
40
|
+
#XFLD: Select format
|
|
26
41
|
SELECT_FORMAT=Pilih format
|
|
27
42
|
|
|
43
|
+
#XFLD: Split cells with multiple values
|
|
28
44
|
SPLIT_CELLS=Pisahkan sel dengan beberapa nilai
|
|
29
45
|
|
|
46
|
+
#XFLD: Include filter settings
|
|
30
47
|
INCLUDE_FILTER_SETTINGS=Sertakan pengaturan filter
|
|
31
48
|
|
|
49
|
+
#XHED: Header of the filter sheet
|
|
32
50
|
FILTER_HEADER=Filter
|
|
33
51
|
|
|
52
|
+
#XFLD: Add current date and time to the file name
|
|
34
53
|
ADD_DATE_TIME=Tambahkan tanggal dan waktu saat ini ke nama file
|
|
35
54
|
|
|
55
|
+
#XLST: Microsoft Excel Workbook file type config for spreadsheet export
|
|
36
56
|
XLSX_FILETYPE=Buku Kerja Microsoft Excel (*.xlsx)
|
|
37
57
|
|
|
58
|
+
#XMSG: File name warning text
|
|
38
59
|
FILENAME_WARNING=Nama file yang Anda masukkan melebihi 100 karakter. Hal ini dapat mencegah spreadsheet terbuka dengan benar.
|
|
39
60
|
|
|
61
|
+
#XMSG: File name error text
|
|
40
62
|
FILENAME_ERROR=Anda tidak dapat menggunakan salah satu karakter berikut dalam nama file\: \\ / \: * ? " < > |
|
|
41
63
|
|
|
64
|
+
#XMSG: Message text informing that exported file is being created
|
|
42
65
|
PROGRESS_BUNDLE_MSG=Membuat file
|
|
43
66
|
|
|
67
|
+
#XMSG: Message text informing that the exported file size cannot be predicted
|
|
44
68
|
NO_COUNT_WARNING_MSG=Tidak ada jumlah yang diberikan dalam konfigurasi ekspor.\nJumlah total baris yang diekspor tidak dapat diprediksi dan mungkin melebihi kapasitas memori aplikasi.\nHarap jangan lanjutkan kecuali Anda yakin bahwa pengaturan filter saat ini tidak akan menghasilkan data dalam jumlah yang besar.
|
|
45
69
|
|
|
70
|
+
#XTIT: Title of the XLSX document if no title is defined in SpreadSheet settings
|
|
46
71
|
XLSX_DEFAULT_TITLE=Ekspor SAPUI5
|
|
47
72
|
|
|
73
|
+
#XTIT,30: Default label of the data sheet - use less than 31 characters!
|
|
48
74
|
XLSX_DEFAULT_SHEETNAME=Ekspor SAPUI5
|
|
49
75
|
|
|
76
|
+
#XLST: Portable Document Format type config for PDF export
|
|
50
77
|
PDF_FILETYPE=Format Dokumen Portabel (Portable Document Format - \u201Cpdf\u201D)
|
|
@@ -1,50 +1,77 @@
|
|
|
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=Annulla
|
|
3
6
|
|
|
7
|
+
#XBUT: Export button in the dialog. The meaning is: "Continue" but the first character should not be the same as by "Cancel"
|
|
4
8
|
EXPORT_BUTTON=Esporta
|
|
5
9
|
|
|
10
|
+
#XHED: Default title text for the export progress dialog
|
|
6
11
|
PROGRESS_TITLE=Esporta documento
|
|
7
12
|
|
|
13
|
+
#XMSG: Message text informing that exported data is fetched from the server
|
|
8
14
|
PROGRESS_FETCHING_MSG=Recupero dati da server...
|
|
9
15
|
|
|
16
|
+
#XHED: Default title text for the export progress error message box
|
|
10
17
|
PROGRESS_ERROR_TITLE=Esporta errore
|
|
11
18
|
|
|
19
|
+
#XMSG: Message text informing that an error has occurred during export
|
|
12
20
|
PROGRESS_ERROR_MSG=Si \u00E8 verificato il seguente errore durante l\u2019esportazione\:
|
|
13
21
|
|
|
22
|
+
#XMSG: Message text informing that the exported file is too big
|
|
14
23
|
SIZE_WARNING_MSG=Il documento esportato con {0} righe e {1} colonne \u00E8 troppo grande.\nPotrebbe essere superata la capacit\u00E0 di memoria dell''applicazione.\nAnnullare e selezionare un set di dati di dimensioni inferiori per l\u2019esportazione.
|
|
15
24
|
|
|
25
|
+
#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.
|
|
16
26
|
MSG_WARNING_CUT_OFF=Il numero di righe ({0}) supera il numero di righe esportabili per ciascun foglio elettronico (1.048.576).\nSe si procede, l''esportazione verr\u00E0 tagliata in modo da rispettare il numero massimo di righe.
|
|
17
27
|
|
|
28
|
+
#XMSG: Textual representation of the technical error message which indicates that the export ran out of memory.
|
|
18
29
|
MSG_ERROR_OUT_OF_MEMORY=Il processo di esportazione \u00E8 stato terminato per memoria insufficiente. \nAdattare la colonna o le impostazione del filtro per selezionare un numero minore di celle.
|
|
19
30
|
|
|
31
|
+
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
20
32
|
PROGRESS_ERROR_DEFAULT=Errore sconosciuto
|
|
21
33
|
|
|
34
|
+
#XHED: Default title text for the export settings dialog
|
|
22
35
|
EXPORT_SETTINGS_TITLE=Esporta con nome
|
|
23
36
|
|
|
37
|
+
#XFLD: File name
|
|
24
38
|
FILE_NAME=Nome file
|
|
25
39
|
|
|
40
|
+
#XFLD: Select format
|
|
26
41
|
SELECT_FORMAT=Seleziona formato
|
|
27
42
|
|
|
43
|
+
#XFLD: Split cells with multiple values
|
|
28
44
|
SPLIT_CELLS=Suddividi celle con valori multipli
|
|
29
45
|
|
|
46
|
+
#XFLD: Include filter settings
|
|
30
47
|
INCLUDE_FILTER_SETTINGS=Includi impostazioni di filtro
|
|
31
48
|
|
|
49
|
+
#XHED: Header of the filter sheet
|
|
32
50
|
FILTER_HEADER=Filtro
|
|
33
51
|
|
|
52
|
+
#XFLD: Add current date and time to the file name
|
|
34
53
|
ADD_DATE_TIME=Aggiungi data e ora attuali al nome del file
|
|
35
54
|
|
|
55
|
+
#XLST: Microsoft Excel Workbook file type config for spreadsheet export
|
|
36
56
|
XLSX_FILETYPE=Cartella di lavoro Microsoft Excel (*.xlsx)
|
|
37
57
|
|
|
58
|
+
#XMSG: File name warning text
|
|
38
59
|
FILENAME_WARNING=Il nome file inserito supera i 100 caratteri. Ci\u00F2 potrebbe impedire l\u2019apertura corretta del foglio elettronico.
|
|
39
60
|
|
|
61
|
+
#XMSG: File name error text
|
|
40
62
|
FILENAME_ERROR=Nel nome di un file non puoi utilizzare alcuno dei seguenti caratteri\: \\ / \: * ? " < > |
|
|
41
63
|
|
|
64
|
+
#XMSG: Message text informing that exported file is being created
|
|
42
65
|
PROGRESS_BUNDLE_MSG=Generazione file
|
|
43
66
|
|
|
67
|
+
#XMSG: Message text informing that the exported file size cannot be predicted
|
|
44
68
|
NO_COUNT_WARNING_MSG=Non esistono valori forniti nella configurazione di esportazione. \nIl numero totale di righe esportate non pu\u00F2 essere previsto e potrebbe superare la capacit\u00E0 di memoria dell'applicazione. \nNon continuare a meno che tu non sia sicuro che le attuali impostazioni del filtro non causeranno un importo elevato di dati.
|
|
45
69
|
|
|
70
|
+
#XTIT: Title of the XLSX document if no title is defined in SpreadSheet settings
|
|
46
71
|
XLSX_DEFAULT_TITLE=Esportazione SAPUI5
|
|
47
72
|
|
|
73
|
+
#XTIT,30: Default label of the data sheet - use less than 31 characters!
|
|
48
74
|
XLSX_DEFAULT_SHEETNAME=Esportazione SAPUI5
|
|
49
75
|
|
|
76
|
+
#XLST: Portable Document Format type config for PDF export
|
|
50
77
|
PDF_FILETYPE=Portable Document Format (*.pdf)
|