diff --git a/ng2-components/ng2-alfresco-documentlist/demo/i18n/en.json b/ng2-components/ng2-alfresco-documentlist/demo/i18n/en.json new file mode 100644 index 0000000000..639b8a9188 --- /dev/null +++ b/ng2-components/ng2-alfresco-documentlist/demo/i18n/en.json @@ -0,0 +1,20 @@ +{ + "DOCUMENT_LIST": { + "COLUMNS": { + "DISPLAY_NAME": "Display name", + "CREATED_BY": "Created by", + "CREATED_ON": "Created on" + }, + "ACTIONS": { + "FOLDER": { + "SYSTEM_1": "System folder action 1", + "CUSTOM": "Custom folder action" + }, + "DOCUMENT": { + "DOWNLOAD": "Download", + "SYSTEM_2": "System document action 2", + "CUSTOM": "Custom action" + } + } + } +} diff --git a/ng2-components/ng2-alfresco-documentlist/demo/index.html b/ng2-components/ng2-alfresco-documentlist/demo/index.html index 8ffcd71c95..66705a8fd6 100644 --- a/ng2-components/ng2-alfresco-documentlist/demo/index.html +++ b/ng2-components/ng2-alfresco-documentlist/demo/index.html @@ -22,46 +22,41 @@ + + + + +
-