@alfresco/aca-content 7.3.0-21361403903 → 7.3.0-21393293138

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.
@@ -52,19 +52,13 @@
52
52
  "LOCATION": "Location",
53
53
  "TELEPHONE": "Telephone",
54
54
  "MOBILE": "Mobile",
55
- "LOGIN": "Login",
56
- "USERNAME": "Username",
57
55
  "EMAIL": "Email",
58
- "PASSWORD": "Password",
59
- "OLD_PASSWORD": "Old Password",
60
- "FORGOT_PASSWORD": "Forgot Password",
61
- "NEW_PASSWORD": "New Password",
62
- "VERIFY_PASSWORD": "Verify Password",
63
56
  "COMPANY_DETAILS": "Company details",
64
57
  "NAME": "Name",
65
58
  "ADDRESS": "Address",
66
59
  "POSTCODE": "Postcode",
67
- "INVALID_INPUT": "Invalid Input",
60
+ "INVALID_PHONE_FORMAT": "Please enter a valid phone number",
61
+ "INVALID_EMAIL_FORMAT": "Please enter a valid email address",
68
62
  "GO_TO_PERSONAL_FILES_BUTTON_LABEL": "Go to Personal Files"
69
63
  },
70
64
  "LOCKED_BY": "Locked by: ",
@@ -433,6 +427,10 @@
433
427
  "FAIL": "{{ failed }} couldn't be moved."
434
428
  }
435
429
  },
430
+ "NODE_CREATE": {
431
+ "FILE_FROM_TEMPLATE_SUCCESS": "File {{ name }} created from template",
432
+ "FOLDER_FROM_TEMPLATE_SUCCESS": "Folder {{ name }} created from template"
433
+ },
436
434
  "LIBRARY_DELETED": "Library deleted",
437
435
  "LEFT_LIBRARY": "You have left the library",
438
436
  "FAVORITE_NODE_ADDED": "Added {{ name }} to favorites",