javascript.json 857 B

123456789101112131415161718192021
  1. {
  2. "SettingsSaved": "Settings saved.",
  3. "AddUser": "Add User",
  4. "Users": "Users",
  5. "Delete": "Delete",
  6. "Administrator": "Administrator",
  7. "Password": "Password",
  8. "CreatePassword": "Create Password",
  9. "DeleteImage": "Delete Image",
  10. "DeleteImageConfirmation": "Are you sure you wish to delete this image?",
  11. "FileReadCancelled": "The file read has been cancelled.",
  12. "FileNotFound": "File not found.",
  13. "FileReadError": "An error occurred while reading the file.",
  14. "DeleteUser": "Delete User",
  15. "DeleteUserConfirmation": "Are you sure you wish to delete {0}?",
  16. "PasswordResetHeader": "Password Reset",
  17. "PasswordResetComplete": "The password has been reset.",
  18. "PasswordResetConfirmation": "Are you sure you wish to reset the password?",
  19. "PasswordSaved": "Password saved.",
  20. "PasswordMatchError": "Password and password confirmation must match."
  21. }