Tidy up red.js runtime messages

This commit is contained in:
Nick O'Leary
2015-07-01 22:39:41 +01:00
parent c9f3c6f4a3
commit fbccf01933
2 changed files with 18 additions and 18 deletions

View File

@@ -28,7 +28,15 @@
"uninstall-failed": "Uninstall failed",
"uninstall-failed-long": "Uninstall of module __name__ failed:",
"uninstalled": "Uninstalled module: __name__"
}
},
"unable-to-listen": "Unable to listen on __listenpath__",
"port-in-use": "Error: port in use",
"uncaught-exception": "Uncaught Exception:",
"admin-ui-disabled": "Admin UI disabled",
"now-running": "Server now running at __listenpath__",
"failed-to-start": "Failed to start server:",
"headless-mode": "Running in headless mode",
"httpadminauth-deprecated": "use of httpAdminAuth is deprecated. Use adminAuth instead"
},
"api": {
@@ -111,13 +119,5 @@
"flows-file": "Flows file : __path__",
"create": "Creating new flow file"
}
},
"httpadminauth-deprecated": "use of httpAdminAuth is deprecated. Use adminAuth instead",
"unable-to-listen": "Unable to listen on __listenpath__",
"port-in-use": "Error: port in use",
"uncaught-exception": "Uncaught Exception:",
"admin-ui-disabled": "Admin UI disabled",
"server-now-running": "Server now running at __listenpath__",
"failed-to-start-server": "Failed to start server:"
}
}