export const connection = { connected: 'Connected', connectedTo: 'Connected to {{server}}', disconnected: 'Disconnected', disconnectedFrom: 'Cannot reach {{server}} — click to check settings', checking: 'Connecting…', extern: 'Extern', offlineTitle: 'No server connection', offlineSubtitle: 'Cannot reach {{server}}. Check your network or server.', offlineModeBanner: 'Offline Mode — playing from local cache', offlineNoCacheBanner: 'No server connection — cannot reach {{server}}', offlineLibraryTitle: 'Offline Library', offlineLibraryEmpty: 'No albums cached yet. Go online, open an album and click "Make available offline".', offlineCachedOnServer: 'On {{server}}', offlineAlbumCount: '{{n}} album', offlineAlbumCount_plural: '{{n}} albums', offlineFilterAll: 'All', offlineFilterAlbums: 'Albums', offlineFilterPlaylists: 'Playlists', offlineFilterArtists: 'Discographies', retry: 'Retry', serverSettings: 'Server Settings', switchServerTitle: 'Switch server', switchServerHint: 'Click to choose another saved server.', manageServers: 'Manage servers…', switchFailed: 'Could not switch — server unreachable.', lastfmConnected: 'Last.fm connected as @{{user}}', lastfmSessionInvalid: 'Session invalid — click to re-connect', };