javascript.json 1.2 KB

12345678910111213141516171819202122232425262728
  1. {
  2. "SettingsSaved": "Settings saved.",
  3. "AddUser": "Add User",
  4. "Users": "Users",
  5. "Delete": "Delete",
  6. "Administrator": "Administrator",
  7. "Password": "Password",
  8. "DeleteImage": "Delete Image",
  9. "DeleteImageConfirmation": "Are you sure you wish to delete this image?",
  10. "FileReadCancelled": "The file read has been canceled.",
  11. "FileNotFound": "File not found.",
  12. "FileReadError": "An error occurred while reading the file.",
  13. "DeleteUser": "Delete User",
  14. "DeleteUserConfirmation": "Are you sure you wish to delete {0}?",
  15. "PasswordResetHeader": "Password Reset",
  16. "PasswordResetComplete": "The password has been reset.",
  17. "PasswordResetConfirmation": "Are you sure you wish to reset the password?",
  18. "PasswordSaved": "Password saved.",
  19. "PasswordMatchError": "Password and password confirmation must match.",
  20. "OptionRelease": "Official Release",
  21. "OptionBeta": "Beta",
  22. "OptionDev": "Dev (Unstable)",
  23. "UninstallPluginHeader": "Uninstall Plugin",
  24. "UninstallPluginConfirmation": "Are you sure you wish to uninstall {0}?",
  25. "NoPluginConfigurationMessage": "This plugin has nothing to configure.",
  26. "NoPluginsInstalledMessage": "You have no plugins installed.",
  27. "BrowsePluginCatalogMessage": "Browse our plugin catalog to view available plugins."
  28. }