1 // this file should list extra translatable strings that are not referenced
2 // directly in source code, e.g. scripted plugin configuration strings
3 _("Add Audio CD")
4 _("Lookup on Last.fm")
5 // ALSA output plugin
6 _("Use ALSA resampling")
7 _("Release device while stopped")
8 _("Preferred buffer size")
9 _("Preferred period size")
10 // Last.fm plugin
11 _("Enable scrobbler")
12 _("Disable nowplaying")
13 _("Username")
14 _("Password")
15 _("Scrobble URL")
16 _("Prefer Album Artist over Artist field")
17 // OSS output plugin
18 _("Device file")
19 _("OSS4 samplerate bug workaround")
20 // Album Artwork plugin
21 _("Cache update period (hr)")
22 _("Fetch from embedded tags")
23 _("Fetch from local folder")
24 _("Local cover file mask")
25 _("Fetch from last.fm")
26 _("Fetch from albumart.org")
27 _("Scale artwork towards longer side")
28 // Audio CD player
29 _("Use CDDB/FreeDB")
30 _("Prefer CD-Text over CDDB")
31 _("CDDB url (e.g. 'freedb.org')")
32 _("CDDB port number (e.g. '888')")
33 _("Prefer CDDB protocol over HTTP")
34 _("Enable NRG image support")
35 // DUMB module player plugin
36 _("Resampling quality (0..2, higher is better)")
37 _("8-bit output (default is 16)")
38 // Game_Music_Emu decoder plugin
39 _("Max song length (in minutes)")
40 _("Fadeout length (seconds)")
41 _("Play loops nr. of times (if available)")
42 // Standard GTK2 user interface plugin
43 _("Ask confirmation to delete files from disk")
44 _("Status icon volume control sensitivity")
45 _("Custom status icon")
46 _("Run gtk_init with --sync (debug mode)")
47 _("Add separators between plugin context menu items")
48 // OSD Notify plugin
49 _("Notification title format")
50 _("Notification content format")
51 _("Show album art")
52 _("Album art size (px)")
53 // PulseAudio output plugin
54 _("PulseAudio server")
55 _("Preferred buffer size")
56 _("Samplerate")
57 // SHN player plugin
58 _("Relative seek table path")
59 _("Absolute seek table path")
60 _("Swap audio bytes (toggle if all you hear is static)")
61 // SID decoder plugin
62 _("Enable HVSC Songlength DB")
63 _("Songlengths.txt (from HVSC)")
64 _("Bits per sample (8 or 16)")
65 _("Default song length (sec)")
66 // WildMidi player plugin
67 _("Timidity++ bank configuration file")
68 // Track properties dialog
69 _("Artist")
70 _("Track Title")
71 _("Performer")
72 _("Band / Album Artist")
73 _("Album")
74 _("Date")
75 _("Track Number")
76 _("Total Tracks")
77 _("Genre")
78 _("Composer")
79 _("Disc Number")
80 _("Total Discs")
81 _("Comment")
82 _("Encoder / Vendor")
83 _("Copyright")
84 _("Location")
85 _("Subtrack Index")
86 _("Tag Type(s)")
87 _("Embedded Cuesheet")
88 _("Codec")
89 // FFmpeg deocder plugin
90 _("File Extensions (separate with ';')")
91 //Converter GUI
92 _("Convert")
93 // Resampler (Secret Rabbit Code)
94 _("Target Samplerate")
95 _("Quality / Algorithm")
96 _("Automatic Samplerate (overrides Target Samplerate)")
97 // shellexecui
98 _("Configure Custom Shell Commands")
99 // mpgmad
100 _("Disable gapless playback (faster scanning)")
101 // adplug
102 _("Prefer Ken emu over Satoh (surround won't work)")
103 _("Enable surround")
104