diff --git a/ng2-components/ng2-activiti-analytics/src/i18n/en.json b/ng2-components/ng2-activiti-analytics/src/i18n/en.json index d9d3f56b23..c470477281 100644 --- a/ng2-components/ng2-activiti-analytics/src/i18n/en.json +++ b/ng2-components/ng2-activiti-analytics/src/i18n/en.json @@ -3,13 +3,13 @@ "TITLE": "ANALYTICS", "MESSAGES": { "UNKNOWN-WIDGET-TYPE": "UNKNOWN WIDGET TYPE", - "FILL-PARAMETER": "Fill in the parameters to generate your report", + "FILL-PARAMETER": "Choose from the report options", "NO-DATA-FOUND": "No data found", "ZERO-DATA-FOUND": "There are only zero values", "ICON-SETTING": "Settings", "ICON-SAVE": "Save", "ICON-DELETE": "Delete", - "ICON-EXPORT-CSV": "Export to CSV" + "ICON-EXPORT-CSV": "Export" } }, "__KEY_REPORTING": { @@ -25,7 +25,7 @@ "REPORTING": { "DEFAULT-REPORTS": { "PROCESS-HEAT-MAP": { - "TYPE-FILTERING": "Include all process steps (Unchecking this, will remove pass through steps like start events, gateways, etc.)?" + "TYPE-FILTERING": "Include pass through steps such as start events and gateways" }, "PROCESS-INSTANCES-OVERVIEW": { "PROCESS-DEFINITION": "Process definition", @@ -35,20 +35,20 @@ "TASK-OVERVIEW": { "PROCESS-DEFINITION": "Process definition", "DATE-RANGE": "Date range", - "DATE-RANGE-INTERVAL": "Aggregate dates by" + "DATE-RANGE-INTERVAL": "Group dates by" }, "TASK-SLA": { "TASK": "Task", "PROCESS-DEFINITION": "Process definition", "DATE-RANGE": "Date range", - "SLA-DURATION": "What is the time this task needs to be completed in to be within the SLA?" + "SLA-DURATION": "SLA required completion time" } }, "PROCESS-STATUS": "Process status", "TASK-STATUS": "Task status" }, "DIALOG":{ - "SAVE_MESSAGE" : "The current parameter settings will be stored, and a new report will be shown in the reports list. When that particular report is clicked, the report will be generated using these saved parameter values.", + "SAVE_MESSAGE" : "Click Save to add a report with the current settings to your reports list.", "EXPORT_MESSAGE":"" }, "DATE-WIDGET":{ @@ -56,7 +56,7 @@ "END-DATE": "End date", "MESSAGES":{ "START-DATE-REQUIRED": "Start date is required", - "START-LESS-THAN-END-DATE":"Start date must be less than End date" + "START-LESS-THAN-END-DATE":"Start date must be before end date" } } } diff --git a/ng2-components/ng2-activiti-form/src/i18n/en.json b/ng2-components/ng2-activiti-form/src/i18n/en.json index d738949669..c4b7a443ad 100644 --- a/ng2-components/ng2-activiti-form/src/i18n/en.json +++ b/ng2-components/ng2-activiti-form/src/i18n/en.json @@ -4,7 +4,7 @@ "TITLE": "Start Form" }, "PREVIEW": { - "IMAGE_NOT_AVAILABLE": "The preview image is not available." + "IMAGE_NOT_AVAILABLE": "Preview not available" }, "FIELD": { "REQUIRED" : "*Required" diff --git a/ng2-components/ng2-activiti-processlist/src/i18n/en.json b/ng2-components/ng2-activiti-processlist/src/i18n/en.json index 2cdca83784..ef8be51aea 100644 --- a/ng2-components/ng2-activiti-processlist/src/i18n/en.json +++ b/ng2-components/ng2-activiti-processlist/src/i18n/en.json @@ -1,8 +1,8 @@ { "PROCESSLIST": { - "NONE": "No process instances were found", - "SUMMARY": "Found {{total}} process instances", - "ERROR": "An error occurred while loading the processes instances: {{errorMessage}}", + "NONE": "No process instances found", + "SUMMARY": "{{total}} process instances found", + "ERROR": "Couldn't load processes instances. Try again or share the following message with your IT Team: {{errorMessage}}", "COLUMN": { "NAME": "Name" } @@ -27,20 +27,20 @@ "CANCEL": "Cancel Process", "CLOSE": "Close", "SHOW_DIAGRAM": "Show Diagram", - "DRAG-ATTACHMENT": "Drop Files Here...", + "DRAG-ATTACHMENT": "Drop files to upload", "UPLOAD-ATTACHMENT": "Upload Attachment" }, "MESSAGES": { "NONE": "No process details found." }, "TASKS": { - "NO_ACTIVE": "No tasks are currently active", - "NO_COMPLETED": "No tasks have been completed yet", + "NO_ACTIVE": "No currently active tasks", + "NO_COMPLETED": "No tasks completed yet", "TASK_DETAILS": "Task details", "TASK_CLOSE": "Close" }, "COMMENTS": { - "NONE": "No comments.", + "NONE": "No comments", "BUTTON": { "ADD": "Add a comment" }, @@ -55,19 +55,6 @@ } } }, - "VARIABLES": { - "NONE": "No variables set.", - "BUTTON": { - "ADD": "Set a variable" - }, - "DIALOG": { - "BUTTON": { - "SET": "Set", - "OK": "OK", - "CANCEL": "Cancel", - "CLOSE": "Close" - } - }, "ADD_DIALOG": { "TITLE": "Set process variable", "LABEL": { @@ -80,14 +67,14 @@ "TITLE": "Edit process variable" }, "ERROR_DIALOG": { - "TITLE": "Sorry, an error occurred", - "DESCRIPTION": "Could not perform the requested operation, please check that you have permission." + "TITLE": "Couldn't complete that action", + "DESCRIPTION": "You might not have the required access level, check with your IT Team." } } }, "START_PROCESS": { "BUTTON": "Start Process", - "NO_PROCESS_DEFINITIONS": "You cannot start a process as there are no process definitions available", + "NO_PROCESS_DEFINITIONS": "You can't start a process as there are no process definitions available", "FORM": { "TITLE": "Start Process", "LABEL": { @@ -101,8 +88,8 @@ } }, "ERROR": { - "LOAD_PROCESS_DEFS": "Could not load process definitions, please check you have access.", - "START": "Could not start new process instance, please check you have permission." + "LOAD_PROCESS_DEFS": "Couldn't load process definitions, check you have access.", + "START": "Couldn't start new process instance, check you have access." } }, "PROCESS-ATTACHMENT": { @@ -110,11 +97,11 @@ "HEADER": "This list is empty", "DRAG-AND-DROP": { "TITLE": "Drag and drop", - "SUBTITLE": "any files here to add" + "SUBTITLE": "to upload files" } }, "EMPTY-LIST": { - "HEADER": "No documents are available" + "HEADER": "No files are available" } } } diff --git a/ng2-components/ng2-activiti-tasklist/src/i18n/en.json b/ng2-components/ng2-activiti-tasklist/src/i18n/en.json index 1e93742ed8..0a93b1adcb 100644 --- a/ng2-components/ng2-activiti-tasklist/src/i18n/en.json +++ b/ng2-components/ng2-activiti-tasklist/src/i18n/en.json @@ -1,10 +1,10 @@ { "APPS": { - "NONE": "No apps found." + "NONE": "No apps found" }, "TASK_LIST": { "MESSAGES": { - "NONE": "No tasks list found." + "NONE": "No tasks list found" } }, "TASK_DETAILS": { @@ -15,8 +15,8 @@ "PEOPLE": "People this task is shared with", "COMMENTS": "Comments", "CHECKLIST": "Checklist", - "INVOLVED_PEOPLE": "Involved people", - "ADD_PEOPLE": "Add people & groups", + "INVOLVED_PEOPLE": "People Involved", + "ADD_PEOPLE": "Add people and groups", "ADD_ASSIGNEE": "Add new assignee" }, "BUTTON": { @@ -26,8 +26,8 @@ "UPLOAD-ATTACHMENT": "Upload Attachment" }, "MESSAGES": { - "NONE": "No task details found.", - "CLAIM": "To work on this task, you need to claim it first. You can do that by pressing the Claim button above." + "NONE": "No task details found", + "CLAIM": "To work on this task click Claim." }, "FORM": { "NONE": "No form." @@ -39,10 +39,10 @@ "NONE": "No assignee." }, "PEOPLE": { - "NONE": "No people involved." + "NONE": "Nobody involved." }, "COMMENTS": { - "NONE": "No comments.", + "NONE": "No comments", "ADD": "Add a comment", "HEADER": "Comments", "DIALOG": { @@ -57,11 +57,11 @@ } }, "CHECKLIST": { - "NONE": "No checklist." + "NONE": "No checklist" }, "ERROR": { - "TITLE": "Something went wrong", - "DESCRIPTION": "Could not complete the specified action. Please try again or check that you have permission.", + "TITLE": "Couldn't complete the action", + "DESCRIPTION": "Try again or check that you have access.", "CLOSE": "Close" } }, @@ -78,10 +78,10 @@ "NONE": "None", "NAME": "Name", "DESCRIPTION": "Description", - "ATTACHFORM": "Attach a Form", + "ATTACHFORM": "Attach Form", "ASSIGNEE": "Assignee", "FORM": "Form", - "DATE": "Choose a Date" + "DATE": "Choose Date" }, "ACTION": { "START": "Start", @@ -98,7 +98,7 @@ "ADD_ASSIGNEE": "ASSIGN", "SEARCH_USER": "Search user", "SEARCH": { - "NO_USERS": "No user found to involve" + "NO_USERS": "Nobody found to involve" } }, "TASK-ATTACHMENT": { @@ -106,11 +106,11 @@ "HEADER": "This list is empty", "DRAG-AND-DROP": { "TITLE": "Drag and drop", - "SUBTITLE": "any files here to add" + "SUBTITLE": "to upload files" } }, "EMPTY-LIST": { - "HEADER": "No documents are available" + "HEADER": "No files are available" } } } diff --git a/ng2-components/ng2-alfresco-datatable/src/i18n/en.json b/ng2-components/ng2-alfresco-datatable/src/i18n/en.json index af00bb6560..1476821fc0 100644 --- a/ng2-components/ng2-alfresco-datatable/src/i18n/en.json +++ b/ng2-components/ng2-alfresco-datatable/src/i18n/en.json @@ -4,7 +4,7 @@ "HEADER": "This list is empty", "DRAG-AND-DROP": { "TITLE": "Drag and drop", - "SUBTITLE": "any files here to add" + "SUBTITLE": "to upload files" } } } diff --git a/ng2-components/ng2-alfresco-documentlist/src/i18n/en.json b/ng2-components/ng2-alfresco-documentlist/src/i18n/en.json index 7e5e35a5bb..822f931eee 100644 --- a/ng2-components/ng2-alfresco-documentlist/src/i18n/en.json +++ b/ng2-components/ng2-alfresco-documentlist/src/i18n/en.json @@ -36,18 +36,18 @@ "OPERATION": { "SUCCES": { "CONTENT": { - "COPY": "Content was copied successfully.", - "MOVE": "Content was moved successfully." + "COPY": "Copy successful", + "MOVE": "Move successful" }, "FOLDER": { - "COPY": "Folder was copied successfully.", - "MOVE": "Folder was moved successfully." + "COPY": "Copy successful", + "MOVE": "Move successful" } }, "ERROR": { - "CONFLICT": "Name already exists in target location.", - "UNKNOWN": "Unknown error happened.", - "PERMISSION": "You don't have the permission to perform this action." + "CONFLICT": "This name is already in use, try a different name.", + "UNKNOWN": "The action was unsuccessful. Try again or contact your IT Team.", + "PERMISSION": "You don't have access to do this." } } } diff --git a/ng2-components/ng2-alfresco-login/src/i18n/en.json b/ng2-components/ng2-alfresco-login/src/i18n/en.json index 807643ab0a..7076452941 100644 --- a/ng2-components/ng2-alfresco-login/src/i18n/en.json +++ b/ng2-components/ng2-alfresco-login/src/i18n/en.json @@ -2,21 +2,21 @@ "LOGIN": { "LOGO": "Alfresco", "LABEL": { - "LOGIN": "Login", + "LOGIN": "Sign in", "USERNAME": "Username", "PASSWORD": "Password", - "REMEMBER": "Remember" + "REMEMBER": "Remember me" }, "MESSAGES": { "USERNAME-REQUIRED": "Required", "USERNAME-MIN": "Your username needs to be at least {{minLenght}} characters.", "PASSWORD-REQUIRED": "Enter your password to sign in", - "LOGIN-ERROR-CREDENTIALS": "You have entered an invalid username or password", + "LOGIN-ERROR-CREDENTIALS": "You've entered an unknown username or password", "LOGIN-ERROR-PROVIDERS": "Providers cannot be undefined", - "LOGIN-SUCCESS": "Login successful", + "LOGIN-SUCCESS": "Sign in successful", "LOGIN-ERROR-CORS": "CORS exception, check your server configuration", "LOGIN-ERROR-CSRF": "CSRF exception, set [disableCsrf]=\"true\" in login.component", - "LOGIN-ECM-LICENSE": "Content Services repository is in read-only mode" + "LOGIN-ECM-LICENSE": "Alfresco Content Services repository is in read-only mode" }, "BUTTON": { "LOGIN": "SIGN IN", diff --git a/ng2-components/ng2-alfresco-search/src/i18n/en.json b/ng2-components/ng2-alfresco-search/src/i18n/en.json index a996bb02d4..4d2bc2b814 100644 --- a/ng2-components/ng2-alfresco-search/src/i18n/en.json +++ b/ng2-components/ng2-alfresco-search/src/i18n/en.json @@ -1,12 +1,11 @@ { "SEARCH": { "CONTROL": { - "LABEL": "Search content" }, "RESULTS": { - "SUMMARY": "Found {{numResults}} results for {{searchTerm}}", - "NONE": "No results found searching for {{searchTerm}}", - "ERROR": "An error occurred while running the search", + "SUMMARY": "{{numResults}} result found for {{searchTerm}}", + "NONE": "No results found for {{searchTerm}}", + "ERROR": "We hit a problem during the search - try again.", "COLUMNS": { "NAME": "Display name", "MODIFIED_BY": "Modified by", @@ -22,7 +21,7 @@ "ft_ic_video": "Video file", "ft_ic_document": "Document file", "ft_ic_website": "Web resource", - "ft_ic_archive": "Acrchive file", + "ft_ic_archive": "Archive file", "ft_ic_presentation": "Presentation file", "ft_ic_spreadsheet": "Spreadsheet file" }, @@ -30,7 +29,7 @@ "COLUMNS": { "DISPLAY_NAME": "Display name", "CREATED_BY": "Created by", - "CREATED_ON": "Created on" + "CREATED_ON": "Created" }, "ACTIONS": { "FOLDER": { diff --git a/ng2-components/ng2-alfresco-tag/src/i18n/en.json b/ng2-components/ng2-alfresco-tag/src/i18n/en.json index 3e21bd4646..8815b7ce02 100644 --- a/ng2-components/ng2-alfresco-tag/src/i18n/en.json +++ b/ng2-components/ng2-alfresco-tag/src/i18n/en.json @@ -4,7 +4,7 @@ "NEWTAG": "New Tag" }, "MESSAGES": { - "EXIST":"Tag already exist" + "EXIST":"Tag already exists" }, "BUTTON": { "ADD": "Add Tag" diff --git a/ng2-components/ng2-alfresco-upload/src/i18n/en.json b/ng2-components/ng2-alfresco-upload/src/i18n/en.json index 8be456b2ba..af55e1dd97 100644 --- a/ng2-components/ng2-alfresco-upload/src/i18n/en.json +++ b/ng2-components/ng2-alfresco-upload/src/i18n/en.json @@ -9,7 +9,7 @@ "REMOVE_FILE": "Remove uploaded file" }, "STATUS": { - "FILE_CANCELED_STATUS": "Cancelled" + "FILE_CANCELED_STATUS": "Canceled" }, "CONFIRMATION": { "BUTTON": { @@ -28,16 +28,16 @@ "UPLOAD_FOLDER": "Upload folder" }, "MESSAGES": { - "UPLOAD_CANCELED": "Upload cancelled", + "UPLOAD_CANCELED": "Upload canceled", "UPLOAD_COMPLETED": "Uploaded {{ completed }} / {{ total }}", "UPLOAD_PROGRESS": "Uploading {{ completed }} / {{ total }}", - "UPLOAD_ERROR": "{{ total }} error", - "UPLOAD_ERRORS": "{{ total }} errors", + "UPLOAD_ERROR": "{{ total }} upload unsuccessful", + "UPLOAD_ERRORS": "{{ total }} uploads unsuccessful", "PROGRESS": "Upload in progress...", - "FOLDER_ALREADY_EXIST": "The folder {0} already exist", - "FOLDER_NOT_SUPPORTED": "Folder upload isn't supported by your browser", - "REMOVE_FILE_ERROR": "Error removing file {{ fileName }}", - "REMOVE_FILES_ERROR": "Error removing {{ total }} files" + "FOLDER_ALREADY_EXIST": "The folder {0} already exists", + "FOLDER_NOT_SUPPORTED": "Folder upload isn't supported by your browser, try a different browser", + "REMOVE_FILE_ERROR": "{{ fileName }} couldn't be removed, try again or check with your IT Team.", + "REMOVE_FILES_ERROR": "{{ total }} files couldn't be removed, try again or check with your IT Team." }, "ACTION": { "UNDO": "Undo"