From 4970920643c80ec7644bb3a7f3317b16f4797ac0 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Fri, 11 Nov 2016 15:14:44 +0000 Subject: [PATCH] #828 remove conflicting and obsolete i18n blocks --- demo-shell-ng2/i18n/en.json | 43 ------------------------------------- demo-shell-ng2/i18n/it.json | 20 +---------------- 2 files changed, 1 insertion(+), 62 deletions(-) diff --git a/demo-shell-ng2/i18n/en.json b/demo-shell-ng2/i18n/en.json index 1993786440..b35c62c63a 100644 --- a/demo-shell-ng2/i18n/en.json +++ b/demo-shell-ng2/i18n/en.json @@ -20,48 +20,5 @@ "CUSTOM": "Custom action" } } - }, - - "DATATABLE": { - "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" - } - } - }, - - "LOGIN": { - "LOGO": "Alfresco", - "LABEL": { - "LOGIN": "Login", - "USERNAME": "Username", - "PASSWORD": "Password", - "REMEMBER": "Remember" - }, - "MESSAGES": { - "USERNAME-REQUIRED": "Required", - "USERNAME-MIN": "Your username needs to be at least 4 characters.", - "PASSWORD-REQUIRED": "Enter your password to sign in", - "LOGIN-ERROR": "You have entered an invalid username or password", - "LOGIN-SUCCESS": "Login successful" - }, - "BUTTON": { - "LOGIN": "Login" - }, - "ACTION": { - "HELP": "NEED HELP?", - "REGISTER": "REGISTER" - } } } diff --git a/demo-shell-ng2/i18n/it.json b/demo-shell-ng2/i18n/it.json index 5e6b750063..a1a8da6877 100644 --- a/demo-shell-ng2/i18n/it.json +++ b/demo-shell-ng2/i18n/it.json @@ -18,24 +18,6 @@ "CUSTOM": "Custom action" } } - }, - - "DATATABLE": { - "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" - } - } } + }