updates.js 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. window._wpUpdatesSettings = {
  2. 'ajax_nonce': '719b10f05d',
  3. 'l10n': {
  4. 'searchResults': 'Search results for “%s”',
  5. 'searchResultsLabel': 'Search Results',
  6. 'noPlugins': 'You do not appear to have any plugins available at this time.',
  7. 'noItemsSelected': 'Please select at least one item to perform this action on.',
  8. 'updating': 'Updating...',
  9. 'pluginUpdated': 'Updated!',
  10. 'themeUpdated': 'Updated!',
  11. 'update': 'Update',
  12. 'updateNow': 'Update Now',
  13. 'pluginUpdateNowLabel': 'Update %s now',
  14. 'updateFailedShort': 'Update Failed!',
  15. 'updateFailed': 'Update Failed: %s',
  16. 'pluginUpdatingLabel': 'Updating %s...',
  17. 'pluginUpdatedLabel': '%s updated!',
  18. 'pluginUpdateFailedLabel': '%s update failed',
  19. 'updatingMsg': 'Updating... please wait.',
  20. 'updatedMsg': 'Update completed successfully.',
  21. 'updateCancel': 'Update canceled.',
  22. 'beforeunload': 'Updates may not complete if you navigate away from this page.',
  23. 'installNow': 'Install Now',
  24. 'pluginInstallNowLabel': 'Install %s now',
  25. 'installing': 'Installing...',
  26. 'pluginInstalled': 'Installed!',
  27. 'themeInstalled': 'Installed!',
  28. 'installFailedShort': 'Install Failed!',
  29. 'installFailed': 'Installation failed: %s',
  30. 'pluginInstallingLabel': 'Installing %s...', // No ellipsis.
  31. 'themeInstallingLabel': 'Installing %s...', // No ellipsis.
  32. 'pluginInstalledLabel': '%s installed!',
  33. 'themeInstalledLabel': '%s installed!',
  34. 'pluginInstallFailedLabel': '%s installation failed',
  35. 'themeInstallFailedLabel': '%s installation failed',
  36. 'installingMsg': 'Installing... please wait.',
  37. 'installedMsg': 'Installation completed successfully.',
  38. 'importerInstalledMsg': 'Importer installed successfully. <a href="%s">Run importer</a>',
  39. 'aysDelete': 'Are you sure you want to delete %s?',
  40. 'aysDeleteUninstall': 'Are you sure you want to delete %s and its data?',
  41. 'aysBulkDelete': 'Are you sure you want to delete the selected plugins and their data?',
  42. 'aysBulkDeleteThemes': 'Caution: These themes may be active on other sites in the network. Are you sure you want to proceed?',
  43. 'deleting': 'Deleting...',
  44. 'deleteFailed': 'Deletion failed: %s',
  45. 'pluginDeleted': 'Deleted!',
  46. 'themeDeleted': 'Deleted!',
  47. 'livePreview': 'Live Preview',
  48. 'activatePlugin': 'Activate',
  49. 'activateTheme': 'Activate',
  50. 'activatePluginLabel': 'Activate %s',
  51. 'activateThemeLabel': 'Activate %s',
  52. 'activateImporter': 'Run Importer',
  53. 'unknownError': 'An unknown error occurred',
  54. 'connectionError': 'Connection lost or the server is busy. Please try again later.',
  55. 'nonceError': 'An error has occurred. Please reload the page and try again.',
  56. 'pluginsFound': 'Number of plugins found: %d',
  57. 'noPluginsFound': 'No plugins found. Try a different search.'
  58. }
  59. };
  60. window._wpUpdatesItemCounts = {
  61. plugins: {},
  62. totals: {}
  63. };