diff --git a/ng2-components/ng2-alfresco-upload/i18n/en.json b/ng2-components/ng2-alfresco-upload/i18n/en.json index 7a73a41bfd..34fc7ee2a4 100644 --- a/ng2-components/ng2-alfresco-upload/i18n/en.json +++ b/ng2-components/ng2-alfresco-upload/i18n/en.json @@ -1,2 +1,15 @@ { -} \ No newline at end of file + "FILE_UPLOAD": { + "BUTTON": { + "UPLOAD_FILE": "Upload file", + "UPLOAD_FOLDER": "Upload folder" + }, + "MESSAGES": { + "COMPLETED": "uploads complete", + "PROGRESS": "Upload in progress..." + }, + "ACTION": { + "UNDO": "Undo" + } + } +} diff --git a/ng2-components/ng2-alfresco-upload/i18n/it.json b/ng2-components/ng2-alfresco-upload/i18n/it.json index 7a73a41bfd..6f15cd3935 100644 --- a/ng2-components/ng2-alfresco-upload/i18n/it.json +++ b/ng2-components/ng2-alfresco-upload/i18n/it.json @@ -1,2 +1,15 @@ { + "FILE_UPLOAD": { + "BUTTON": { + "UPLOAD_FILE": "Carica un file", + "UPLOAD_FOLDER": "Carica una cartella" + }, + "MESSAGES": { + "COMPLETED": "caricamento completato", + "PROGRESS": "caricamento in corso..." + }, + "ACTION": { + "UNDO": "Annulla" + } + } } \ No newline at end of file diff --git a/ng2-components/ng2-alfresco-upload/src/components/file-uploading-dialog.component.html b/ng2-components/ng2-alfresco-upload/src/components/file-uploading-dialog.component.html index eb6924c439..d010a449c1 100644 --- a/ng2-components/ng2-alfresco-upload/src/components/file-uploading-dialog.component.html +++ b/ng2-components/ng2-alfresco-upload/src/components/file-uploading-dialog.component.html @@ -1,7 +1,7 @@