javascript.json 1.3 KB

12345678910111213141516171819202122232425262728293031
  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. "OptionOff": "Off",
  22. "OptionOn": "On",
  23. "OptionRelease": "Release",
  24. "OptionBeta": "Beta",
  25. "OptionDev": "Dev",
  26. "UninstallPluginHeader": "Uninstall Plugin",
  27. "UninstallPluginConfirmation": "Are you sure you wish to uninstall {0}?",
  28. "NoPluginConfigurationMessage": "This plugin has nothing to configure.",
  29. "NoPluginsInstalledMessage": "You have no plugins installed.",
  30. "BrowsePluginCatalogMessage": "Browse our plugin catalog to view available plugins."
  31. }