1 2 3 4 5 6 7 8
'use strict'; 'require network'; return network.registerProtocol('none', { getI18n: function() { return _('Unmanaged'); } });