Files
SubMusic/resources/strings/strings.xml
Memen 1f3fba2289 fixed settings storage having 0 Bytes
fixed some rare crashes on receiving invalid response
added setting to enable debug logging
removed default debug output (speed improvement)
2023-02-20 15:42:22 +01:00

86 lines
4.2 KiB
XML

<strings>
<string id="AppName">SubMusic</string>
<string id="ApiStandard">API backend</string>
<string id="ApiStandardSubsonic">Subsonic API</string>
<string id="ApiStandardAmpache">Ampache API</string>
<string id="ApiStandardPlex">Plex API</string>
<string id="ServerAddress">Server Address</string>
<string id="ServerUser">Username</string>
<string id="ServerKey">API key</string>
<string id="ApiAuthMethod">Authentication method (Subsonic only)</string>
<string id="ApiAuthAPI">API</string>
<string id="ApiAuthHTTP">HTTP Basic</string>
<string id="skip_30s">Enable Skip</string>
<string id="skip_30s_sublabel">Show 30s skip buttons</string>
<string id="debug">Enable Debugging</string>
<string id="debug_sublabel">Log debug info to file</string>
<string id="confSync_Title">Sync settings</string>
<string id="confSync_StartSync_label">Sync</string>
<string id="confSync_Playlists_title">Choose lists</string>
<string id="confSync_Playlists_label">Select Playlists</string>
<string id="confSync_SelectPlaylists_label">Select Playlists</string>
<string id="confSync_ManagePlaylists_label">Manage Playlists</string>
<string id="confSync_MoreInfo_label">More Info</string>
<string id="confSync_MoreInfo_title">More Info</string>
<string id="confSync_MoreInfo_TestServer_label">Test Server</string>
<string id="confSync_MoreInfo_ServerDetail_label">Server</string>
<string id="confSync_MoreInfo_ServerDetail_sublabel">Show server settings</string>
<string id="confSync_MoreInfo_RemoveAll_label">Remove Data</string>
<string id="confSync_MoreInfo_RemoveAll_sublabel">Reset application storage</string>
<string id="Donate_label">Donate</string>
<string id="Browse_label">Browse</string>
<string id="More_label">More...</string>
<string id="About_label">About</string>
<string id="Settings_label">Settings</string>
<string id="AppSettings_label">App Settings</string>
<string id="Storage_label">Storage</string>
<string id="Version_label">Version</string>
<string id="Settings_label">Settings</string>
<string id="Playlists_label">Playlists</string>
<string id="Podcasts_label">Podcasts</string>
<string id="Songs_label">Songs</string>
<string id="Episodes_label">Episodes</string>
<string id="confSync_PlaylistDetail_label">Playlist Detail</string>
<string id="confSync_Test_start">Starting test...</string>
<string id="configurePlaybackMessage">Configure\nPlayback</string>
<string id="confPlayback_Title">Play</string>
<string id="confPlayback_NowPlaying_title">Now Playing</string>
<string id="confPlayback_NowPlaying_label">Now Playing</string>
<string id="confPlayback_PlayAll_label">Play All</string>
<string id="confPlayback_SelectPlaylist_label">Playlists</string>
<string id="confPlayback_SelectPodcast_label">Podcasts</string>
<string id="confPlayback_SelectRadiostation_label">Radiostations</string>
<string id="confPlayback_SelectSong_label">Songs</string>
<string id="confPlayback_More_label">More...</string>
<string id="placeholder_noMenuItems">Nothing to show</string>
<string id="placeholder_loading">Loading..</string>
<string id="placeholder_noRemotePlaylists">No Remote Playlists</string>
<string id="placeholder_noRemotePodcasts">No Remote Podcasts</string>
<string id="placeholder_noRemoteEpisodes">No Remote Episodes</string>
<string id="placeholder_noRemoteSongs">No Remote Songs</string>
<string id="fetchingSongs">Fetching Songs...</string>
<string id="fetchingPlaylists">Fetching Playlists...</string>
<string id="fetchingPodcasts">Fetching Podcasts...</string>
<string id="fetchingEpisodes">Fetching Episodes...</string>
<string id="playbackMenuTitle">Playlists</string>
<string id="Menu_PlaylistSongs_title">Songs</string>
<string id="Menu_PlayNow_label">Play Now</string>
<string id="Menu_PlayShuffle_label">Shuffle</string>
<string id="Menu_PodcastMode_label">Podcast Mode</string>
<string id="Menu_PodcastMode_sublabel">Stores play state</string>
<string id="Menu_Songs_label">Songs</string>
<string id="Memory_label">Memory</string>
<string id="Cache_label">Media cache</string>
</strings>