summaryrefslogtreecommitdiff
path: root/translation/extra.c
blob: 161c0f72bf38ea01c99de129601ffb371b03768e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
// this file should list extra translatable strings that are not referenced
// directly in source code, e.g. scripted plugin configuration strings
_("Add Audio CD")
_("Lookup on Last.fm")
// ALSA output plugin
_("Use ALSA resampling")
_("Release device while stopped")
_("Preferred buffer size")
_("Preferred period size")
// Last.fm plugin
_("Enable scrobbler")
_("Disable nowplaying")
_("Username")
_("Password")
_("Scrobble URL")
// Album Artwork plugin
_("Cache update period (hr)")
_("Fetch from embedded tags")
_("Fetch from local folder")
_("Local cover file mask")
_("Fetch from last.fm")
_("Fetch from albumart.org")
// Audio CD player
_("Use CDDB/FreeDB")
_("Prefer CD-Text over CDDB")
_("CDDB url (e.g. 'freedb.org')")
_("CDDB port number (e.g. '888')")
_("Prefer CDDB protocol over HTTP")
_("Enable NRG image support")
// DUMB module player plugin
_("Resampling quality (0..2, higher is better)")
// Game_Music_Emu decoder plugin
_("Max song length (in minutes)")
// Standard GTK2 user interface plugin
_("Ask confirmation to delete files from disk")
_("Status icon volume control sensitivity")
_("Custom status icon")
_("Run gtk_init with --sync (debug mode)")
// OSD Notify plugin
_("Notification format")
// PulseAudio output plugin
_("PulseAudio server")
_("Preferred buffer size")
_("Samplerate")
// SHN player plugin
_("Relative seek table path")
_("Absolute seek table path")
_("Swap audio bytes (toggle if all you hear is static)")
// SID decoder plugin
_("Enable HVSC")
_("HVSC path")
// WildMidi player plugin
_("Timidity++ bank configuration file")